Html Css Color HEX #B9E7DB Water Leaf

📋 copy color: '#B9E7DB'

red 185 ◦ green 231 ◦ blue 219

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

Shades of Water Leaf #B9E7DB

Tints of Water Leaf #B9E7DB

RGB

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

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

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

R = 29.13%
G = 36.38%
B = 34.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#B9E7DB (or 0xB9E7DB) is known color: Water Leaf. HEX triplet: B9, E7 and DB. RGB value is (185,231,219). Sum of RGB (Red+Green+Blue) = 185+231+219=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7DB is #461824. Grayscale: #D7D7D7. Windows color (decimal): -4593701 or 14411705. OLE color: 14411705.

HSL color Cylindrical-coordinate representation of color #B9E7DB: hue angle of 164.35º 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 #B9E7DB is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 219 -
CMYK 0.20 0 0.05 0.09
HSL 164.35º 0.49% 0.82% -
HSV(B) 164.35º 0.2% 0.91% -
XYZ 61.37 72.58 77.79 -
YUV 215.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 185 231 219 0.20 0 0.05 0.09 164.35 0.49 0.82
Hex B9 E7 DB 14 0 5 9 A4 31 52
Octal 271 347 333 24 0 5 11 244 61 122
Binary 10111001 11100111 11011011 10100 0 101 1001 10100100 110001 1010010

Color Harmonies of #B9E7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E7DB

Black with #B9E7DB

Text Example


Text Example

White with #B9E7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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