Shades of Edgewater #B9DAC5
Tints of Edgewater #B9DAC5
RGB
CMYK
RGB Variations
Color information
#B9DAC5 (or 0xB9DAC5) is known color: Edgewater. HEX triplet: B9, DA and C5. RGB value is (185,218,197). Sum of RGB (Red+Green+Blue) = 185+218+197=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC5 is #46253A. Grayscale: #CDCDCD. Windows color (decimal): -4597051 or 12966585. OLE color: 12966585.
HSL color Cylindrical-coordinate representation of color #B9DAC5: hue angle of 141.82º 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 #B9DAC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 197 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.15 |
| HSL | 141.82º | 0.31% | 0.79% | - |
| HSV(B) | 141.82º | 0.15% | 0.85% | - |
| XYZ | 55.16 | 64.49 | 62.36 | - |
| YUV | 205.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 197 | 0.15 | 0 | 0.10 | 0.15 | 141.82 | 0.31 | 0.79 |
| Hex | B9 | DA | C5 | F | 0 | A | F | 8E | 1F | 4F |
| Octal | 271 | 332 | 305 | 17 | 0 | 12 | 17 | 216 | 37 | 117 |
| Binary | 10111001 | 11011010 | 11000101 | 1111 | 0 | 1010 | 1111 | 10001110 | 11111 | 1001111 |
Color Harmonies of #B9DAC5
Complementary color
Monochromatic Colors of #B9DAC5
Black with #B9DAC5
Text Example
Text Example
White with #B9DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAC5; }
p { color: rgb(185,218,197); }
H1.HeaderClassName
{
color: #B9DAC5;
}
.AnyTagClassName
{
color: #B9DAC5;
}
</style>
background-color css
<style>
a { background-color: #B9DAC5; }
a { background-color: rgb(185,218,197); }
div.DivClassName
{
background-color: #B9DAC5;
}
.BgClassName
{
background-color: #B9DAC5;
}
</style>
border-color css
<style>
span { border-color: #B9DAC5; }
span { border-color: rgb(185,218,197); }
td.TdClassName
{
border-color: #B9DAC5;
}
.TagClassName
{
border-color: #B9DAC5;
}
</style>