Shades of Edgewater #B8D7C2
Tints of Edgewater #B8D7C2
RGB
CMYK
RGB Variations
Color information
#B8D7C2 (or 0xB8D7C2) is known color: Edgewater. HEX triplet: B8, D7 and C2. RGB value is (184,215,194). Sum of RGB (Red+Green+Blue) = 184+215+194=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D7C2 is #47283D. Grayscale: #CBCBCB. Windows color (decimal): -4663358 or 12769208. OLE color: 12769208.
HSL color Cylindrical-coordinate representation of color #B8D7C2: hue angle of 139.35º degrees, saturation: 0.28, 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 #B8D7C2 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 194 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.16 |
| HSL | 139.35º | 0.28% | 0.78% | - |
| HSV(B) | 139.35º | 0.14% | 0.84% | - |
| XYZ | 53.81 | 62.69 | 60.3 | - |
| YUV | 203.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 194 | 0.14 | 0 | 0.10 | 0.16 | 139.35 | 0.28 | 0.78 |
| Hex | B8 | D7 | C2 | E | 0 | A | 10 | 8B | 1C | 4E |
| Octal | 270 | 327 | 302 | 16 | 0 | 12 | 20 | 213 | 34 | 116 |
| Binary | 10111000 | 11010111 | 11000010 | 1110 | 0 | 1010 | 10000 | 10001011 | 11100 | 1001110 |
Color Harmonies of #B8D7C2
Complementary color
Monochromatic Colors of #B8D7C2
Black with #B8D7C2
Text Example
Text Example
White with #B8D7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D7C2; }
p { color: rgb(184,215,194); }
H1.HeaderClassName
{
color: #B8D7C2;
}
.AnyTagClassName
{
color: #B8D7C2;
}
</style>
background-color css
<style>
a { background-color: #B8D7C2; }
a { background-color: rgb(184,215,194); }
div.DivClassName
{
background-color: #B8D7C2;
}
.BgClassName
{
background-color: #B8D7C2;
}
</style>
border-color css
<style>
span { border-color: #B8D7C2; }
span { border-color: rgb(184,215,194); }
td.TdClassName
{
border-color: #B8D7C2;
}
.TagClassName
{
border-color: #B8D7C2;
}
</style>