Html Css Color HEX #B9E5DF Water Leaf

📋 copy color: '#B9E5DF'

red 185 ◦ green 229 ◦ blue 223

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

Shades of Water Leaf #B9E5DF

Tints of Water Leaf #B9E5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.95%

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 29.04%
G = 35.95%
B = 35.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#B9E5DF (or 0xB9E5DF) is known color: Water Leaf. HEX triplet: B9, E5 and DF. RGB value is (185,229,223). Sum of RGB (Red+Green+Blue) = 185+229+223=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5DF is #461A20. Grayscale: #D7D7D7. Windows color (decimal): -4594209 or 14673337. OLE color: 14673337.

HSL color Cylindrical-coordinate representation of color #B9E5DF: hue angle of 171.82º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5DF is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 229 223 -
CMYK 0.19 0 0.03 0.10
HSL 171.82º 0.46% 0.81% -
HSV(B) 171.82º 0.19% 0.9% -
XYZ 61.35 71.68 80.41 -
YUV 215.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 185 229 223 0.19 0 0.03 0.10 171.82 0.46 0.81
Hex B9 E5 DF 13 0 3 A AC 2E 51
Octal 271 345 337 23 0 3 12 254 56 121
Binary 10111001 11100101 11011111 10011 0 11 1010 10101100 101110 1010001

Color Harmonies of #B9E5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E5DF

Black with #B9E5DF

Text Example


Text Example

White with #B9E5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E5DF; }

 p { color: rgb(185,229,223); }

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

background-color css

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

 a { background-color: rgb(185,229,223); }

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

border-color css

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

 span { border-color: rgb(185,229,223); }

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