Shades of Water Leaf #B8E7DC
Tints of Water Leaf #B8E7DC
RGB
CMYK
RGB Variations
Color information
#B8E7DC (or 0xB8E7DC) is known color: Water Leaf. HEX triplet: B8, E7 and DC. RGB value is (184,231,220). Sum of RGB (Red+Green+Blue) = 184+231+220=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 231 - color contains mainly: green. Hex color #B8E7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E7DC is #471823. Grayscale: #D7D7D7. Windows color (decimal): -4659236 or 14477240. OLE color: 14477240.
HSL color Cylindrical-coordinate representation of color #B8E7DC: hue angle of 165.96º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E7DC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 231 | 220 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.09 |
| HSL | 165.96º | 0.49% | 0.81% | - |
| HSV(B) | 165.96º | 0.2% | 0.91% | - |
| XYZ | 61.26 | 72.51 | 78.48 | - |
| YUV | 215.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 220 | 0.20 | 0 | 0.05 | 0.09 | 165.96 | 0.49 | 0.81 |
| Hex | B8 | E7 | DC | 14 | 0 | 5 | 9 | A6 | 31 | 51 |
| Octal | 270 | 347 | 334 | 24 | 0 | 5 | 11 | 246 | 61 | 121 |
| Binary | 10111000 | 11100111 | 11011100 | 10100 | 0 | 101 | 1001 | 10100110 | 110001 | 1010001 |
Color Harmonies of #B8E7DC
Complementary color
Monochromatic Colors of #B8E7DC
Black with #B8E7DC
Text Example
Text Example
White with #B8E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E7DC; }
p { color: rgb(184,231,220); }
H1.HeaderClassName
{
color: #B8E7DC;
}
.AnyTagClassName
{
color: #B8E7DC;
}
</style>
background-color css
<style>
a { background-color: #B8E7DC; }
a { background-color: rgb(184,231,220); }
div.DivClassName
{
background-color: #B8E7DC;
}
.BgClassName
{
background-color: #B8E7DC;
}
</style>
border-color css
<style>
span { border-color: #B8E7DC; }
span { border-color: rgb(184,231,220); }
td.TdClassName
{
border-color: #B8E7DC;
}
.TagClassName
{
border-color: #B8E7DC;
}
</style>