Shades of Edgewater #B8D8C1
Tints of Edgewater #B8D8C1
RGB
CMYK
RGB Variations
Color information
#B8D8C1 (or 0xB8D8C1) is known color: Edgewater. HEX triplet: B8, D8 and C1. RGB value is (184,216,193). Sum of RGB (Red+Green+Blue) = 184+216+193=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8C1 is #47273E. Grayscale: #CBCBCB. Windows color (decimal): -4663103 or 12703928. OLE color: 12703928.
HSL color Cylindrical-coordinate representation of color #B8D8C1: hue angle of 136.88º 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 #B8D8C1 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 193 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 136.88º | 0.29% | 0.78% | - |
| HSV(B) | 136.88º | 0.15% | 0.85% | - |
| XYZ | 53.95 | 63.15 | 59.8 | - |
| YUV | 203.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 193 | 0.15 | 0 | 0.11 | 0.15 | 136.88 | 0.29 | 0.78 |
| Hex | B8 | D8 | C1 | F | 0 | B | F | 89 | 1D | 4E |
| Octal | 270 | 330 | 301 | 17 | 0 | 13 | 17 | 211 | 35 | 116 |
| Binary | 10111000 | 11011000 | 11000001 | 1111 | 0 | 1011 | 1111 | 10001001 | 11101 | 1001110 |
Color Harmonies of #B8D8C1
Complementary color
Monochromatic Colors of #B8D8C1
Black with #B8D8C1
Text Example
Text Example
White with #B8D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D8C1; }
p { color: rgb(184,216,193); }
H1.HeaderClassName
{
color: #B8D8C1;
}
.AnyTagClassName
{
color: #B8D8C1;
}
</style>
background-color css
<style>
a { background-color: #B8D8C1; }
a { background-color: rgb(184,216,193); }
div.DivClassName
{
background-color: #B8D8C1;
}
.BgClassName
{
background-color: #B8D8C1;
}
</style>
border-color css
<style>
span { border-color: #B8D8C1; }
span { border-color: rgb(184,216,193); }
td.TdClassName
{
border-color: #B8D8C1;
}
.TagClassName
{
border-color: #B8D8C1;
}
</style>