Html Css Color HEX #B9EADD Water Leaf

📋 copy color: '#B9EADD'

red 185 ◦ green 234 ◦ blue 221

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

Shades of Water Leaf #B9EADD

Tints of Water Leaf #B9EADD

RGB

 RED value IS 185 (72.66% from 255) = 28.91%

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

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 28.91%
G = 36.56%
B = 34.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B9EADD (or 0xB9EADD) is known color: Water Leaf. HEX triplet: B9, EA and DD. RGB value is (185,234,221). Sum of RGB (Red+Green+Blue) = 185+234+221=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EADD is #461522. Grayscale: #D9D9D9. Windows color (decimal): -4592931 or 14543545. OLE color: 14543545.

HSL color Cylindrical-coordinate representation of color #B9EADD: hue angle of 164.08º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EADD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 234 221 -
CMYK 0.21 0 0.06 0.08
HSL 164.08º 0.54% 0.82% -
HSV(B) 164.08º 0.21% 0.92% -
XYZ 62.48 74.38 79.47 -
YUV 217.87 129.77 104.56 -
System Red Green Blue C M Y K H S L
Decimal 185 234 221 0.21 0 0.06 0.08 164.08 0.54 0.82
Hex B9 EA DD 15 0 6 8 A4 36 52
Octal 271 352 335 25 0 6 10 244 66 122
Binary 10111001 11101010 11011101 10101 0 110 1000 10100100 110110 1010010

Color Harmonies of #B9EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EADD

Black with #B9EADD

Text Example


Text Example

White with #B9EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EADD; }

 p { color: rgb(185,234,221); }

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

background-color css

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

 a { background-color: rgb(185,234,221); }

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

border-color css

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

 span { border-color: rgb(185,234,221); }

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