Shades of Edgewater #B9DAC0
Tints of Edgewater #B9DAC0
RGB
CMYK
RGB Variations
Color information
#B9DAC0 (or 0xB9DAC0) is known color: Edgewater. HEX triplet: B9, DA and C0. RGB value is (185,218,192). Sum of RGB (Red+Green+Blue) = 185+218+192=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC0 is #46253F. Grayscale: #CDCDCD. Windows color (decimal): -4597056 or 12638905. OLE color: 12638905.
HSL color Cylindrical-coordinate representation of color #B9DAC0: hue angle of 132.73º 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 #B9DAC0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 192 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.15 |
| HSL | 132.73º | 0.31% | 0.79% | - |
| HSV(B) | 132.73º | 0.15% | 0.85% | - |
| XYZ | 54.59 | 64.26 | 59.4 | - |
| YUV | 205.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 192 | 0.15 | 0 | 0.12 | 0.15 | 132.73 | 0.31 | 0.79 |
| Hex | B9 | DA | C0 | F | 0 | C | F | 85 | 1F | 4F |
| Octal | 271 | 332 | 300 | 17 | 0 | 14 | 17 | 205 | 37 | 117 |
| Binary | 10111001 | 11011010 | 11000000 | 1111 | 0 | 1100 | 1111 | 10000101 | 11111 | 1001111 |
Color Harmonies of #B9DAC0
Complementary color
Monochromatic Colors of #B9DAC0
Black with #B9DAC0
Text Example
Text Example
White with #B9DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAC0; }
p { color: rgb(185,218,192); }
H1.HeaderClassName
{
color: #B9DAC0;
}
.AnyTagClassName
{
color: #B9DAC0;
}
</style>
background-color css
<style>
a { background-color: #B9DAC0; }
a { background-color: rgb(185,218,192); }
div.DivClassName
{
background-color: #B9DAC0;
}
.BgClassName
{
background-color: #B9DAC0;
}
</style>
border-color css
<style>
span { border-color: #B9DAC0; }
span { border-color: rgb(185,218,192); }
td.TdClassName
{
border-color: #B9DAC0;
}
.TagClassName
{
border-color: #B9DAC0;
}
</style>