Shades of Edgewater #B9DCC5
Tints of Edgewater #B9DCC5
RGB
CMYK
RGB Variations
Color information
#B9DCC5 (or 0xB9DCC5) is known color: Edgewater. HEX triplet: B9, DC and C5. RGB value is (185,220,197). Sum of RGB (Red+Green+Blue) = 185+220+197=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCC5 is #46233A. Grayscale: #CECECE. Windows color (decimal): -4596539 or 12967097. OLE color: 12967097.
HSL color Cylindrical-coordinate representation of color #B9DCC5: hue angle of 140.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCC5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 197 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.14 |
| HSL | 140.57º | 0.33% | 0.79% | - |
| HSV(B) | 140.57º | 0.16% | 0.86% | - |
| XYZ | 55.68 | 65.53 | 62.54 | - |
| YUV | 206.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 197 | 0.16 | 0 | 0.10 | 0.14 | 140.57 | 0.33 | 0.79 |
| Hex | B9 | DC | C5 | 10 | 0 | A | E | 8D | 21 | 4F |
| Octal | 271 | 334 | 305 | 20 | 0 | 12 | 16 | 215 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11000101 | 10000 | 0 | 1010 | 1110 | 10001101 | 100001 | 1001111 |
Color Harmonies of #B9DCC5
Complementary color
Monochromatic Colors of #B9DCC5
Black with #B9DCC5
Text Example
Text Example
White with #B9DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCC5; }
p { color: rgb(185,220,197); }
H1.HeaderClassName
{
color: #B9DCC5;
}
.AnyTagClassName
{
color: #B9DCC5;
}
</style>
background-color css
<style>
a { background-color: #B9DCC5; }
a { background-color: rgb(185,220,197); }
div.DivClassName
{
background-color: #B9DCC5;
}
.BgClassName
{
background-color: #B9DCC5;
}
</style>
border-color css
<style>
span { border-color: #B9DCC5; }
span { border-color: rgb(185,220,197); }
td.TdClassName
{
border-color: #B9DCC5;
}
.TagClassName
{
border-color: #B9DCC5;
}
</style>