Html Css Color HEX #BBEAD9 Water Leaf

📋 copy color: '#BBEAD9'

red 187 ◦ green 234 ◦ blue 217

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

Shades of Water Leaf #BBEAD9

Tints of Water Leaf #BBEAD9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.68%

 BLUE value IS 217 (85.16% from 255) = 34.01%

R = 29.31%
G = 36.68%
B = 34.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BBEAD9 (or 0xBBEAD9) is known color: Water Leaf. HEX triplet: BB, EA and D9. RGB value is (187,234,217). Sum of RGB (Red+Green+Blue) = 187+234+217=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAD9 is #441526. Grayscale: #DADADA. Windows color (decimal): -4461863 or 14281403. OLE color: 14281403.

HSL color Cylindrical-coordinate representation of color #BBEAD9: hue angle of 158.3º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAD9 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 217 -
CMYK 0.20 0 0.07 0.08
HSL 158.3º 0.53% 0.83% -
HSV(B) 158.3º 0.2% 0.92% -
XYZ 62.44 74.42 76.72 -
YUV 218.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 187 234 217 0.20 0 0.07 0.08 158.3 0.53 0.83
Hex BB EA D9 14 0 7 8 9E 35 53
Octal 273 352 331 24 0 7 10 236 65 123
Binary 10111011 11101010 11011001 10100 0 111 1000 10011110 110101 1010011

Color Harmonies of #BBEAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAD9

Black with #BBEAD9

Text Example


Text Example

White with #BBEAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAD9; }

 p { color: rgb(187,234,217); }

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

background-color css

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

 a { background-color: rgb(187,234,217); }

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

border-color css

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

 span { border-color: rgb(187,234,217); }

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