COLOR #BBF253

HEX: #BBF253 RGB: (187,242,83)

Color info

#BBF253 contains mainly red and green colors. Web safe color of #BBF253 is #CCFF66 (or #CF6).

RGB color model

#BBF253 color RGB value is (187,242,83).

RGB: (187,242,83) (73%, 95%, 33%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 83 of 255 = 33%

187
242
83

R + G + B ~ 67%. #BBF253 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 242 + 83 = 512 (100%)
R 187 of 512 ~ 36.52%
G 242 of 512 ~ 47.27%
B 83 of 512 ~ 16.21'%

%36.52
%47.27
%16.21

CMYK color model

#BBF253 color CMYK value is (23,0,66,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 5.10%

CMYK: (23,0,66,5)
C23M0Y66K5 (23%, 0%, 66%, 5%)
(0.23 / 0.00 / 0.66 / 0.05)

CMYK percentages

%22.73
%0
%65.7
%5.1

Codes

Color #BBF253 in popluar color models

BB F2 53
RGB 187 242 83
HSL 81° 85.95% 63.73%
HSB/HSV 81° 65.70% 94.90%
CMYK 22.73% 0.00% 65.70%
5.10%

Color #BBF253 in popluar number systems.

HEX BB F2 53
Decimal 187 242 83
Binary 10111011 11110010 1010011
Octal 273 362 123

Shades and tints

Shades of #BBF253

#BBF253
(187,242,83)
#AADC4C
(170,220,76)
#99C645
(153,198,69)
#88B03E
(136,176,62)
#779A37
(119,154,55)
#668430
(102,132,48)
#556E29
(85,110,41)
#445822
(68,88,34)
#33421B
(51,66,27)
#222C14
(34,44,20)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #BBF253

#BBF253
(187,242,83)
#C1F362
(193,243,98)
#C7F471
(199,244,113)
#CDF580
(205,245,128)
#D3F68F
(211,246,143)
#D9F79E
(217,247,158)
#DFF8AD
(223,248,173)
#E5F9BC
(229,249,188)
#EBFACB
(235,250,203)
#F1FBDA
(241,251,218)
#F7FCE9
(247,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF253 color. Also use rgb(187,242,83) instead hex code.

Text Font Color

.myTextColor { color: #BBF253; }

<p style="color:#BBF253">This sample text font color is #BBF253.</p>

This text font color is #BBF253.

Background Color

.myBgColor { background-color: #BBF253; }

<div style="background-color:#BBF253">Inner text</div>

This div background color is #BBF253.

Border color

.myBorderColor { border: 1px solid #BBF253; }

<div style="border:3px solid #BBF253">Div</div>

This div border color is #BBF253.

Opacity

.myOpacity80 { color: #BBF253; opacity: 0.8; }

<p style="color:#BBF253;opacity:0.8;">80%</p>

Text with #BBF253 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBF253;}

<p style="text-shadow: 3px 3px 1px #BBF253">Text here.</p>

This text has shadow with #BBF253 color.


.textShadow {text-shadow: 3px 3px 1px #BBF253', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBF253, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBF253 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBF253, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBF253, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBF253 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBF253;
-webkit-box-shadow: 1px 1px 3px 2px #BBF253;
box-shadow: 1px 1px 3px 2px #BBF253;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBF253; -webkit-box-shadow: 1px 1px 3px 2px #BBF253; box-shadow:1px 1px 3px 2px #BBF253;">
Div content here
</div>

This div box has shadow with color #BBF253.

Preview

Color preview on black background

This text has color #BBF253 on black background.


Color preview on white background

This text has color #BBF253 on white background.


Black color preview on #BBF253 background

This text has black color on #BBF253 background.


White color preview on #BBF253 background

This text has white color on #BBF253 background.


Related colors

Complementary color

Complementary color for #hex is #440DAC.


I love getcolorcode.com

Triadic colors

1 #53BBF2 and #F253BB with #BBF253 are triadic colors.

2 #53F2BB and #F2BB53 with #BBF253 are triadic colors.