Shades of Edgewater #B8D9C1
Tints of Edgewater #B8D9C1
RGB
CMYK
RGB Variations
Color information
#B8D9C1 (or 0xB8D9C1) is known color: Edgewater. HEX triplet: B8, D9 and C1. RGB value is (184,217,193). Sum of RGB (Red+Green+Blue) = 184+217+193=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9C1 is #47263E. Grayscale: #CCCCCC. Windows color (decimal): -4662847 or 12704184. OLE color: 12704184.
HSL color Cylindrical-coordinate representation of color #B8D9C1: hue angle of 136.36º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D9C1 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 193 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 136.36º | 0.3% | 0.79% | - |
| HSV(B) | 136.36º | 0.15% | 0.85% | - |
| XYZ | 54.21 | 63.67 | 59.88 | - |
| YUV | 204.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 193 | 0.15 | 0 | 0.11 | 0.15 | 136.36 | 0.3 | 0.79 |
| Hex | B8 | D9 | C1 | F | 0 | B | F | 88 | 1E | 4F |
| Octal | 270 | 331 | 301 | 17 | 0 | 13 | 17 | 210 | 36 | 117 |
| Binary | 10111000 | 11011001 | 11000001 | 1111 | 0 | 1011 | 1111 | 10001000 | 11110 | 1001111 |
Color Harmonies of #B8D9C1
Complementary color
Monochromatic Colors of #B8D9C1
Black with #B8D9C1
Text Example
Text Example
White with #B8D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D9C1; }
p { color: rgb(184,217,193); }
H1.HeaderClassName
{
color: #B8D9C1;
}
.AnyTagClassName
{
color: #B8D9C1;
}
</style>
background-color css
<style>
a { background-color: #B8D9C1; }
a { background-color: rgb(184,217,193); }
div.DivClassName
{
background-color: #B8D9C1;
}
.BgClassName
{
background-color: #B8D9C1;
}
</style>
border-color css
<style>
span { border-color: #B8D9C1; }
span { border-color: rgb(184,217,193); }
td.TdClassName
{
border-color: #B8D9C1;
}
.TagClassName
{
border-color: #B8D9C1;
}
</style>