Html Css Color HEX #B9EDDE Water Leaf

📋 copy color: '#B9EDDE'

red 185 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #B9EDDE

Tints of Water Leaf #B9EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.8%

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

R = 28.73%
G = 36.8%
B = 34.47%

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

#B9EDDE (or 0xB9EDDE) is known color: Water Leaf. HEX triplet: B9, ED and DE. RGB value is (185,237,222). Sum of RGB (Red+Green+Blue) = 185+237+222=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #B9EDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EDDE is #461221. Grayscale: #DBDBDB. Windows color (decimal): -4592162 or 14609849. OLE color: 14609849.

HSL color Cylindrical-coordinate representation of color #B9EDDE: hue angle of 162.69º degrees, saturation: 0.59, 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 #B9EDDE is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 237 222 -
CMYK 0.22 0 0.06 0.07
HSL 162.69º 0.59% 0.83% -
HSV(B) 162.69º 0.22% 0.93% -
XYZ 63.48 76.16 80.46 -
YUV 219.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 185 237 222 0.22 0 0.06 0.07 162.69 0.59 0.83
Hex B9 ED DE 16 0 6 7 A3 3B 53
Octal 271 355 336 26 0 6 7 243 73 123
Binary 10111001 11101101 11011110 10110 0 110 111 10100011 111011 1010011

Color Harmonies of #B9EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EDDE

Black with #B9EDDE

Text Example


Text Example

White with #B9EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EDDE; }

 p { color: rgb(185,237,222); }

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

background-color css

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

 a { background-color: rgb(185,237,222); }

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

border-color css

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

 span { border-color: rgb(185,237,222); }

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