Shades of Edgewater #B7D4C0
Tints of Edgewater #B7D4C0
RGB
CMYK
RGB Variations
Color information
#B7D4C0 (or 0xB7D4C0) is known color: Edgewater. HEX triplet: B7, D4 and C0. RGB value is (183,212,192). Sum of RGB (Red+Green+Blue) = 183+212+192=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4C0 is #482B3F. Grayscale: #C9C9C9. Windows color (decimal): -4729664 or 12637367. OLE color: 12637367.
HSL color Cylindrical-coordinate representation of color #B7D4C0: hue angle of 138.62º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4C0 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 192 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.17 |
| HSL | 138.62º | 0.25% | 0.77% | - |
| HSV(B) | 138.62º | 0.14% | 0.83% | - |
| XYZ | 52.59 | 60.96 | 58.86 | - |
| YUV | 201.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 192 | 0.14 | 0 | 0.09 | 0.17 | 138.62 | 0.25 | 0.77 |
| Hex | B7 | D4 | C0 | E | 0 | 9 | 11 | 8B | 19 | 4D |
| Octal | 267 | 324 | 300 | 16 | 0 | 11 | 21 | 213 | 31 | 115 |
| Binary | 10110111 | 11010100 | 11000000 | 1110 | 0 | 1001 | 10001 | 10001011 | 11001 | 1001101 |
Color Harmonies of #B7D4C0
Complementary color
Monochromatic Colors of #B7D4C0
Black with #B7D4C0
Text Example
Text Example
White with #B7D4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4C0; }
p { color: rgb(183,212,192); }
H1.HeaderClassName
{
color: #B7D4C0;
}
.AnyTagClassName
{
color: #B7D4C0;
}
</style>
background-color css
<style>
a { background-color: #B7D4C0; }
a { background-color: rgb(183,212,192); }
div.DivClassName
{
background-color: #B7D4C0;
}
.BgClassName
{
background-color: #B7D4C0;
}
</style>
border-color css
<style>
span { border-color: #B7D4C0; }
span { border-color: rgb(183,212,192); }
td.TdClassName
{
border-color: #B7D4C0;
}
.TagClassName
{
border-color: #B7D4C0;
}
</style>