Html Css Color HEX #BBF2DE Water Leaf

📋 copy color: '#BBF2DE'

red 187 ◦ green 242 ◦ blue 222

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

Shades of Water Leaf #BBF2DE

Tints of Water Leaf #BBF2DE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.17%

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 28.73%
G = 37.17%
B = 34.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#BBF2DE (or 0xBBF2DE) is known color: Water Leaf. HEX triplet: BB, F2 and DE. RGB value is (187,242,222). Sum of RGB (Red+Green+Blue) = 187+242+222=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DE is #440D21. Grayscale: #DFDFDF. Windows color (decimal): -4459810 or 14611131. OLE color: 14611131.

HSL color Cylindrical-coordinate representation of color #BBF2DE: hue angle of 158.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 222 -
CMYK 0.23 0 0.08 0.05
HSL 158.18º 0.68% 0.84% -
HSV(B) 158.18º 0.23% 0.95% -
XYZ 65.43 79.34 80.97 -
YUV 223.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 187 242 222 0.23 0 0.08 0.05 158.18 0.68 0.84
Hex BB F2 DE 17 0 8 5 9E 44 54
Octal 273 362 336 27 0 10 5 236 104 124
Binary 10111011 11110010 11011110 10111 0 1000 101 10011110 1000100 1010100

Color Harmonies of #BBF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2DE

Black with #BBF2DE

Text Example


Text Example

White with #BBF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2DE; }

 p { color: rgb(187,242,222); }

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

background-color css

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

 a { background-color: rgb(187,242,222); }

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

border-color css

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

 span { border-color: rgb(187,242,222); }

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