Html Css Color HEX #B9E2DC Water Leaf

📋 copy color: '#B9E2DC'

red 185 ◦ green 226 ◦ blue 220

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

Shades of Water Leaf #B9E2DC

Tints of Water Leaf #B9E2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 29.32%
G = 35.82%
B = 34.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B9E2DC (or 0xB9E2DC) is known color: Water Leaf. HEX triplet: B9, E2 and DC. RGB value is (185,226,220). Sum of RGB (Red+Green+Blue) = 185+226+220=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2DC is #461D23. Grayscale: #D5D5D5. Windows color (decimal): -4594980 or 14475961. OLE color: 14475961.

HSL color Cylindrical-coordinate representation of color #B9E2DC: hue angle of 171.22º 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 #B9E2DC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 226 220 -
CMYK 0.18 0 0.03 0.11
HSL 171.22º 0.41% 0.81% -
HSV(B) 171.22º 0.18% 0.89% -
XYZ 60.12 69.87 78.03 -
YUV 213.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 185 226 220 0.18 0 0.03 0.11 171.22 0.41 0.81
Hex B9 E2 DC 12 0 3 B AB 29 51
Octal 271 342 334 22 0 3 13 253 51 121
Binary 10111001 11100010 11011100 10010 0 11 1011 10101011 101001 1010001

Color Harmonies of #B9E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E2DC

Black with #B9E2DC

Text Example


Text Example

White with #B9E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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