Shades of Edgewater #B9DAC2
Tints of Edgewater #B9DAC2
RGB
CMYK
RGB Variations
Color information
#B9DAC2 (or 0xB9DAC2) is known color: Edgewater. HEX triplet: B9, DA and C2. RGB value is (185,218,194). Sum of RGB (Red+Green+Blue) = 185+218+194=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC2 is #46253D. Grayscale: #CDCDCD. Windows color (decimal): -4597054 or 12769977. OLE color: 12769977.
HSL color Cylindrical-coordinate representation of color #B9DAC2: hue angle of 136.36º degrees, saturation: 0.31, 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 #B9DAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 194 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 136.36º | 0.31% | 0.79% | - |
| HSV(B) | 136.36º | 0.15% | 0.85% | - |
| XYZ | 54.82 | 64.35 | 60.57 | - |
| YUV | 205.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 194 | 0.15 | 0 | 0.11 | 0.15 | 136.36 | 0.31 | 0.79 |
| Hex | B9 | DA | C2 | F | 0 | B | F | 88 | 1F | 4F |
| Octal | 271 | 332 | 302 | 17 | 0 | 13 | 17 | 210 | 37 | 117 |
| Binary | 10111001 | 11011010 | 11000010 | 1111 | 0 | 1011 | 1111 | 10001000 | 11111 | 1001111 |
Color Harmonies of #B9DAC2
Complementary color
Monochromatic Colors of #B9DAC2
Black with #B9DAC2
Text Example
Text Example
White with #B9DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAC2; }
p { color: rgb(185,218,194); }
H1.HeaderClassName
{
color: #B9DAC2;
}
.AnyTagClassName
{
color: #B9DAC2;
}
</style>
background-color css
<style>
a { background-color: #B9DAC2; }
a { background-color: rgb(185,218,194); }
div.DivClassName
{
background-color: #B9DAC2;
}
.BgClassName
{
background-color: #B9DAC2;
}
</style>
border-color css
<style>
span { border-color: #B9DAC2; }
span { border-color: rgb(185,218,194); }
td.TdClassName
{
border-color: #B9DAC2;
}
.TagClassName
{
border-color: #B9DAC2;
}
</style>