Html Css Color HEX #B9EFDB Water Leaf

📋 copy color: '#B9EFDB'

red 185 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #B9EFDB

Tints of Water Leaf #B9EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.17%

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

R = 28.77%
G = 37.17%
B = 34.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B9EFDB (or 0xB9EFDB) is known color: Water Leaf. HEX triplet: B9, EF and DB. RGB value is (185,239,219). Sum of RGB (Red+Green+Blue) = 185+239+219=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #B9EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EFDB is #461024. Grayscale: #DCDCDC. Windows color (decimal): -4591653 or 14413753. OLE color: 14413753.

HSL color Cylindrical-coordinate representation of color #B9EFDB: hue angle of 157.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9EFDB is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 239 219 -
CMYK 0.23 0 0.08 0.06
HSL 157.78º 0.63% 0.83% -
HSV(B) 157.78º 0.23% 0.94% -
XYZ 63.66 77.16 78.56 -
YUV 220.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 185 239 219 0.23 0 0.08 0.06 157.78 0.63 0.83
Hex B9 EF DB 17 0 8 6 9E 3F 53
Octal 271 357 333 27 0 10 6 236 77 123
Binary 10111001 11101111 11011011 10111 0 1000 110 10011110 111111 1010011

Color Harmonies of #B9EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFDB

Black with #B9EFDB

Text Example


Text Example

White with #B9EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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