Shades of Edgewater #B9D7C4
Tints of Edgewater #B9D7C4
RGB
CMYK
RGB Variations
Color information
#B9D7C4 (or 0xB9D7C4) is known color: Edgewater. HEX triplet: B9, D7 and C4. RGB value is (185,215,196). Sum of RGB (Red+Green+Blue) = 185+215+196=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D7C4 is #46283B. Grayscale: #CBCBCB. Windows color (decimal): -4597820 or 12900281. OLE color: 12900281.
HSL color Cylindrical-coordinate representation of color #B9D7C4: hue angle of 142º 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 #B9D7C4 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 196 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.16 |
| HSL | 142º | 0.27% | 0.78% | - |
| HSV(B) | 142º | 0.14% | 0.84% | - |
| XYZ | 54.27 | 62.9 | 61.51 | - |
| YUV | 203.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 196 | 0.14 | 0 | 0.09 | 0.16 | 142 | 0.27 | 0.78 |
| Hex | B9 | D7 | C4 | E | 0 | 9 | 10 | 8E | 1B | 4E |
| Octal | 271 | 327 | 304 | 16 | 0 | 11 | 20 | 216 | 33 | 116 |
| Binary | 10111001 | 11010111 | 11000100 | 1110 | 0 | 1001 | 10000 | 10001110 | 11011 | 1001110 |
Color Harmonies of #B9D7C4
Complementary color
Monochromatic Colors of #B9D7C4
Black with #B9D7C4
Text Example
Text Example
White with #B9D7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7C4; }
p { color: rgb(185,215,196); }
H1.HeaderClassName
{
color: #B9D7C4;
}
.AnyTagClassName
{
color: #B9D7C4;
}
</style>
background-color css
<style>
a { background-color: #B9D7C4; }
a { background-color: rgb(185,215,196); }
div.DivClassName
{
background-color: #B9D7C4;
}
.BgClassName
{
background-color: #B9D7C4;
}
</style>
border-color css
<style>
span { border-color: #B9D7C4; }
span { border-color: rgb(185,215,196); }
td.TdClassName
{
border-color: #B9D7C4;
}
.TagClassName
{
border-color: #B9D7C4;
}
</style>