Html Css Color HEX #B9E2DE Water Leaf

📋 copy color: '#B9E2DE'

red 185 ◦ green 226 ◦ blue 222

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

Shades of Water Leaf #B9E2DE

Tints of Water Leaf #B9E2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.7%

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

R = 29.23%
G = 35.7%
B = 35.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B9E2DE (or 0xB9E2DE) is known color: Water Leaf. HEX triplet: B9, E2 and DE. RGB value is (185,226,222). Sum of RGB (Red+Green+Blue) = 185+226+222=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DE is #461D21. Grayscale: #D5D5D5. Windows color (decimal): -4594978 or 14607033. OLE color: 14607033.

HSL color Cylindrical-coordinate representation of color #B9E2DE: hue angle of 174.15º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2DE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 226 222 -
CMYK 0.18 0 0.02 0.11
HSL 174.15º 0.41% 0.81% -
HSV(B) 174.15º 0.18% 0.89% -
XYZ 60.39 69.98 79.43 -
YUV 213.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 185 226 222 0.18 0 0.02 0.11 174.15 0.41 0.81
Hex B9 E2 DE 12 0 2 B AE 29 51
Octal 271 342 336 22 0 2 13 256 51 121
Binary 10111001 11100010 11011110 10010 0 10 1011 10101110 101001 1010001

Color Harmonies of #B9E2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2DE

Black with #B9E2DE

Text Example


Text Example

White with #B9E2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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