Html Css Color HEX #B9E4DB Water Leaf

📋 copy color: '#B9E4DB'

red 185 ◦ green 228 ◦ blue 219

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

Shades of Water Leaf #B9E4DB

Tints of Water Leaf #B9E4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 29.27%
G = 36.08%
B = 34.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#B9E4DB (or 0xB9E4DB) is known color: Water Leaf. HEX triplet: B9, E4 and DB. RGB value is (185,228,219). Sum of RGB (Red+Green+Blue) = 185+228+219=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4DB is #461B24. Grayscale: #D6D6D6. Windows color (decimal): -4594469 or 14410937. OLE color: 14410937.

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

Color convert

RGB 185 228 219 -
CMYK 0.19 0 0.04 0.11
HSL 167.44º 0.44% 0.81% -
HSV(B) 167.44º 0.19% 0.89% -
XYZ 60.54 70.92 77.52 -
YUV 214.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 185 228 219 0.19 0 0.04 0.11 167.44 0.44 0.81
Hex B9 E4 DB 13 0 4 B A7 2C 51
Octal 271 344 333 23 0 4 13 247 54 121
Binary 10111001 11100100 11011011 10011 0 100 1011 10100111 101100 1010001

Color Harmonies of #B9E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E4DB

Black with #B9E4DB

Text Example


Text Example

White with #B9E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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