Html Css Color HEX #B9ECDD Water Leaf

📋 copy color: '#B9ECDD'

red 185 ◦ green 236 ◦ blue 221

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

Shades of Water Leaf #B9ECDD

Tints of Water Leaf #B9ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.76%

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

R = 28.82%
G = 36.76%
B = 34.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B9ECDD (or 0xB9ECDD) is known color: Water Leaf. HEX triplet: B9, EC and DD. RGB value is (185,236,221). Sum of RGB (Red+Green+Blue) = 185+236+221=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECDD is #461322. Grayscale: #DBDBDB. Windows color (decimal): -4592419 or 14544057. OLE color: 14544057.

HSL color Cylindrical-coordinate representation of color #B9ECDD: hue angle of 162.35º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECDD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 236 221 -
CMYK 0.22 0 0.06 0.07
HSL 162.35º 0.57% 0.83% -
HSV(B) 162.35º 0.22% 0.93% -
XYZ 63.05 75.53 79.66 -
YUV 219.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 185 236 221 0.22 0 0.06 0.07 162.35 0.57 0.83
Hex B9 EC DD 16 0 6 7 A2 39 53
Octal 271 354 335 26 0 6 7 242 71 123
Binary 10111001 11101100 11011101 10110 0 110 111 10100010 111001 1010011

Color Harmonies of #B9ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ECDD

Black with #B9ECDD

Text Example


Text Example

White with #B9ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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