Shades of Edgewater #B8D8C0
Tints of Edgewater #B8D8C0
RGB
CMYK
RGB Variations
Color information
#B8D8C0 (or 0xB8D8C0) is known color: Edgewater. HEX triplet: B8, D8 and C0. RGB value is (184,216,192). Sum of RGB (Red+Green+Blue) = 184+216+192=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8C0 is #47273F. Grayscale: #CBCBCB. Windows color (decimal): -4663104 or 12638392. OLE color: 12638392.
HSL color Cylindrical-coordinate representation of color #B8D8C0: hue angle of 135º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D8C0 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 192 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 135º | 0.29% | 0.78% | - |
| HSV(B) | 135º | 0.15% | 0.85% | - |
| XYZ | 53.84 | 63.11 | 59.21 | - |
| YUV | 203.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 192 | 0.15 | 0 | 0.11 | 0.15 | 135 | 0.29 | 0.78 |
| Hex | B8 | D8 | C0 | F | 0 | B | F | 87 | 1D | 4E |
| Octal | 270 | 330 | 300 | 17 | 0 | 13 | 17 | 207 | 35 | 116 |
| Binary | 10111000 | 11011000 | 11000000 | 1111 | 0 | 1011 | 1111 | 10000111 | 11101 | 1001110 |
Color Harmonies of #B8D8C0
Complementary color
Monochromatic Colors of #B8D8C0
Black with #B8D8C0
Text Example
Text Example
White with #B8D8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D8C0; }
p { color: rgb(184,216,192); }
H1.HeaderClassName
{
color: #B8D8C0;
}
.AnyTagClassName
{
color: #B8D8C0;
}
</style>
background-color css
<style>
a { background-color: #B8D8C0; }
a { background-color: rgb(184,216,192); }
div.DivClassName
{
background-color: #B8D8C0;
}
.BgClassName
{
background-color: #B8D8C0;
}
</style>
border-color css
<style>
span { border-color: #B8D8C0; }
span { border-color: rgb(184,216,192); }
td.TdClassName
{
border-color: #B8D8C0;
}
.TagClassName
{
border-color: #B8D8C0;
}
</style>