Html Css Color HEX #B9EBDE Water Leaf

📋 copy color: '#B9EBDE'

red 185 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #B9EBDE

Tints of Water Leaf #B9EBDE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.6%

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

R = 28.82%
G = 36.6%
B = 34.58%

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

#B9EBDE (or 0xB9EBDE) is known color: Water Leaf. HEX triplet: B9, EB and DE. RGB value is (185,235,222). Sum of RGB (Red+Green+Blue) = 185+235+222=642 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.82% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBDE is #461421. Grayscale: #DADADA. Windows color (decimal): -4592674 or 14609337. OLE color: 14609337.

HSL color Cylindrical-coordinate representation of color #B9EBDE: hue angle of 164.4º degrees, saturation: 0.56, 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 #B9EBDE is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 235 222 -
CMYK 0.21 0 0.06 0.08
HSL 164.4º 0.56% 0.82% -
HSV(B) 164.4º 0.21% 0.92% -
XYZ 62.9 75 80.27 -
YUV 218.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 185 235 222 0.21 0 0.06 0.08 164.4 0.56 0.82
Hex B9 EB DE 15 0 6 8 A4 38 52
Octal 271 353 336 25 0 6 10 244 70 122
Binary 10111001 11101011 11011110 10101 0 110 1000 10100100 111000 1010010

Color Harmonies of #B9EBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EBDE

Black with #B9EBDE

Text Example


Text Example

White with #B9EBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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