Html Css Color HEX #B9E4DF Water Leaf

📋 copy color: '#B9E4DF'

red 185 ◦ green 228 ◦ blue 223

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

Shades of Water Leaf #B9E4DF

Tints of Water Leaf #B9E4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.85%

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

R = 29.09%
G = 35.85%
B = 35.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#B9E4DF (or 0xB9E4DF) is known color: Water Leaf. HEX triplet: B9, E4 and DF. RGB value is (185,228,223). Sum of RGB (Red+Green+Blue) = 185+228+223=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4DF is #461B20. Grayscale: #D6D6D6. Windows color (decimal): -4594465 or 14673081. OLE color: 14673081.

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

Color convert

RGB 185 228 223 -
CMYK 0.19 0 0.02 0.11
HSL 173.02º 0.44% 0.81% -
HSV(B) 173.02º 0.19% 0.89% -
XYZ 61.07 71.13 80.32 -
YUV 214.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 185 228 223 0.19 0 0.02 0.11 173.02 0.44 0.81
Hex B9 E4 DF 13 0 2 B AD 2C 51
Octal 271 344 337 23 0 2 13 255 54 121
Binary 10111001 11100100 11011111 10011 0 10 1011 10101101 101100 1010001

Color Harmonies of #B9E4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E4DF

Black with #B9E4DF

Text Example


Text Example

White with #B9E4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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