Shades of Water Leaf #B2E9DC
Tints of Water Leaf #B2E9DC
RGB
CMYK
RGB Variations
Color information
#B2E9DC (or 0xB2E9DC) is known color: Water Leaf. HEX triplet: B2, E9 and DC. RGB value is (178,233,220). Sum of RGB (Red+Green+Blue) = 178+233+220=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9DC is #4D1623. Grayscale: #D7D7D7. Windows color (decimal): -5051940 or 14477746. OLE color: 14477746.
HSL color Cylindrical-coordinate representation of color #B2E9DC: hue angle of 165.82º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9DC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 220 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.09 |
| HSL | 165.82º | 0.56% | 0.81% | - |
| HSV(B) | 165.82º | 0.24% | 0.91% | - |
| XYZ | 60.42 | 72.91 | 78.6 | - |
| YUV | 215.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 220 | 0.24 | 0 | 0.06 | 0.09 | 165.82 | 0.56 | 0.81 |
| Hex | B2 | E9 | DC | 18 | 0 | 6 | 9 | A6 | 38 | 51 |
| Octal | 262 | 351 | 334 | 30 | 0 | 6 | 11 | 246 | 70 | 121 |
| Binary | 10110010 | 11101001 | 11011100 | 11000 | 0 | 110 | 1001 | 10100110 | 111000 | 1010001 |
Color Harmonies of #B2E9DC
Complementary color
Monochromatic Colors of #B2E9DC
Black with #B2E9DC
Text Example
Text Example
White with #B2E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9DC; }
p { color: rgb(178,233,220); }
H1.HeaderClassName
{
color: #B2E9DC;
}
.AnyTagClassName
{
color: #B2E9DC;
}
</style>
background-color css
<style>
a { background-color: #B2E9DC; }
a { background-color: rgb(178,233,220); }
div.DivClassName
{
background-color: #B2E9DC;
}
.BgClassName
{
background-color: #B2E9DC;
}
</style>
border-color css
<style>
span { border-color: #B2E9DC; }
span { border-color: rgb(178,233,220); }
td.TdClassName
{
border-color: #B2E9DC;
}
.TagClassName
{
border-color: #B2E9DC;
}
</style>