Html Css Color HEX #BBF0E9 Water Leaf

📋 copy color: '#BBF0E9'

red 187 ◦ green 240 ◦ blue 233

#BBF0E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BBF0E9

Tints of Water Leaf #BBF0E9

RGB

 RED value IS 187 (73.44% from 255) = 28.33%

 GREEN value IS 240 (94.14% from 255) = 36.36%

 BLUE value IS 233 (91.41% from 255) = 35.3%

R = 28.33%
G = 36.36%
B = 35.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBF0E9 (or 0xBBF0E9) is known color: Water Leaf. HEX triplet: BB, F0 and E9. RGB value is (187,240,233). Sum of RGB (Red+Green+Blue) = 187+240+233=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF0E9 is #440F16. Grayscale: #DFDFDF. Windows color (decimal): -4460311 or 15331515. OLE color: 15331515.

HSL color Cylindrical-coordinate representation of color #BBF0E9: hue angle of 172.08º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0E9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 233 -
CMYK 0.22 0 0.03 0.06
HSL 172.08º 0.64% 0.84% -
HSV(B) 172.08º 0.22% 0.94% -
XYZ 66.36 78.77 88.8 -
YUV 223.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 187 240 233 0.22 0 0.03 0.06 172.08 0.64 0.84
Hex BB F0 E9 16 0 3 6 AC 40 54
Octal 273 360 351 26 0 3 6 254 100 124
Binary 10111011 11110000 11101001 10110 0 11 110 10101100 1000000 1010100

Color Harmonies of #BBF0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0E9

Black with #BBF0E9

Text Example


Text Example

White with #BBF0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0E9; }

 p { color: rgb(187,240,233); }

 H1.HeaderClassName
 {
   color: #BBF0E9;
 }
 .AnyTagClassName
 {
   color: #BBF0E9;
 }
</style>

background-color css

<style>
 a { background-color: #BBF0E9; }

 a { background-color: rgb(187,240,233); }

 div.DivClassName
 {
   background-color: #BBF0E9;
 }
 .BgClassName
 {
   background-color: #BBF0E9;
 }
</style>

border-color css

<style>
 span { border-color: #BBF0E9; }

 span { border-color: rgb(187,240,233); }

 td.TdClassName
 {
   border-color: #BBF0E9;
 }
 .TagClassName
 {
   border-color: #BBF0E9;
 }
</style>