Html Css Color HEX #B9E7DD Water Leaf

📋 copy color: '#B9E7DD'

red 185 ◦ green 231 ◦ blue 221

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

Shades of Water Leaf #B9E7DD

Tints of Water Leaf #B9E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.26%

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

R = 29.04%
G = 36.26%
B = 34.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#B9E7DD (or 0xB9E7DD) is known color: Water Leaf. HEX triplet: B9, E7 and DD. RGB value is (185,231,221). Sum of RGB (Red+Green+Blue) = 185+231+221=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7DD is #461822. Grayscale: #D8D8D8. Windows color (decimal): -4593699 or 14542777. OLE color: 14542777.

HSL color Cylindrical-coordinate representation of color #B9E7DD: hue angle of 166.96º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7DD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 221 -
CMYK 0.20 0 0.04 0.09
HSL 166.96º 0.49% 0.82% -
HSV(B) 166.96º 0.2% 0.91% -
XYZ 61.63 72.69 79.19 -
YUV 216.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 185 231 221 0.20 0 0.04 0.09 166.96 0.49 0.82
Hex B9 E7 DD 14 0 4 9 A7 31 52
Octal 271 347 335 24 0 4 11 247 61 122
Binary 10111001 11100111 11011101 10100 0 100 1001 10100111 110001 1010010

Color Harmonies of #B9E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E7DD

Black with #B9E7DD

Text Example


Text Example

White with #B9E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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