Shades of Edgewater #B9D7C0
Tints of Edgewater #B9D7C0
RGB
CMYK
RGB Variations
Color information
#B9D7C0 (or 0xB9D7C0) is known color: Edgewater. HEX triplet: B9, D7 and C0. RGB value is (185,215,192). Sum of RGB (Red+Green+Blue) = 185+215+192=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7C0 is #46283F. Grayscale: #CBCBCB. Windows color (decimal): -4597824 or 12638137. OLE color: 12638137.
HSL color Cylindrical-coordinate representation of color #B9D7C0: hue angle of 134º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D7C0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 192 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.16 |
| HSL | 134º | 0.27% | 0.78% | - |
| HSV(B) | 134º | 0.14% | 0.84% | - |
| XYZ | 53.82 | 62.72 | 59.14 | - |
| YUV | 203.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 192 | 0.14 | 0 | 0.11 | 0.16 | 134 | 0.27 | 0.78 |
| Hex | B9 | D7 | C0 | E | 0 | B | 10 | 86 | 1B | 4E |
| Octal | 271 | 327 | 300 | 16 | 0 | 13 | 20 | 206 | 33 | 116 |
| Binary | 10111001 | 11010111 | 11000000 | 1110 | 0 | 1011 | 10000 | 10000110 | 11011 | 1001110 |
Color Harmonies of #B9D7C0
Complementary color
Monochromatic Colors of #B9D7C0
Black with #B9D7C0
Text Example
Text Example
White with #B9D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7C0; }
p { color: rgb(185,215,192); }
H1.HeaderClassName
{
color: #B9D7C0;
}
.AnyTagClassName
{
color: #B9D7C0;
}
</style>
background-color css
<style>
a { background-color: #B9D7C0; }
a { background-color: rgb(185,215,192); }
div.DivClassName
{
background-color: #B9D7C0;
}
.BgClassName
{
background-color: #B9D7C0;
}
</style>
border-color css
<style>
span { border-color: #B9D7C0; }
span { border-color: rgb(185,215,192); }
td.TdClassName
{
border-color: #B9D7C0;
}
.TagClassName
{
border-color: #B9D7C0;
}
</style>