Shades of Edgewater #B9D5C2
Tints of Edgewater #B9D5C2
RGB
CMYK
RGB Variations
Color information
#B9D5C2 (or 0xB9D5C2) is known color: Edgewater. HEX triplet: B9, D5 and C2. RGB value is (185,213,194). Sum of RGB (Red+Green+Blue) = 185+213+194=592 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.25% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5C2 is #462A3D. Grayscale: #CACACA. Windows color (decimal): -4598334 or 12768697. OLE color: 12768697.
HSL color Cylindrical-coordinate representation of color #B9D5C2: hue angle of 139.29º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5C2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 194 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.16 |
| HSL | 139.29º | 0.25% | 0.78% | - |
| HSV(B) | 139.29º | 0.13% | 0.84% | - |
| XYZ | 53.54 | 61.8 | 60.15 | - |
| YUV | 202.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 194 | 0.13 | 0 | 0.09 | 0.16 | 139.29 | 0.25 | 0.78 |
| Hex | B9 | D5 | C2 | D | 0 | 9 | 10 | 8B | 19 | 4E |
| Octal | 271 | 325 | 302 | 15 | 0 | 11 | 20 | 213 | 31 | 116 |
| Binary | 10111001 | 11010101 | 11000010 | 1101 | 0 | 1001 | 10000 | 10001011 | 11001 | 1001110 |
Color Harmonies of #B9D5C2
Complementary color
Monochromatic Colors of #B9D5C2
Black with #B9D5C2
Text Example
Text Example
White with #B9D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D5C2; }
p { color: rgb(185,213,194); }
H1.HeaderClassName
{
color: #B9D5C2;
}
.AnyTagClassName
{
color: #B9D5C2;
}
</style>
background-color css
<style>
a { background-color: #B9D5C2; }
a { background-color: rgb(185,213,194); }
div.DivClassName
{
background-color: #B9D5C2;
}
.BgClassName
{
background-color: #B9D5C2;
}
</style>
border-color css
<style>
span { border-color: #B9D5C2; }
span { border-color: rgb(185,213,194); }
td.TdClassName
{
border-color: #B9D5C2;
}
.TagClassName
{
border-color: #B9D5C2;
}
</style>