Shades of Edgewater #B9DAC3
Tints of Edgewater #B9DAC3
RGB
CMYK
RGB Variations
Color information
#B9DAC3 (or 0xB9DAC3) is known color: Edgewater. HEX triplet: B9, DA and C3. RGB value is (185,218,195). Sum of RGB (Red+Green+Blue) = 185+218+195=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DAC3 is #46253C. Grayscale: #CDCDCD. Windows color (decimal): -4597053 or 12835513. OLE color: 12835513.
HSL color Cylindrical-coordinate representation of color #B9DAC3: hue angle of 138.18º 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 #B9DAC3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 195 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 138.18º | 0.31% | 0.79% | - |
| HSV(B) | 138.18º | 0.15% | 0.85% | - |
| XYZ | 54.93 | 64.4 | 61.16 | - |
| YUV | 205.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 195 | 0.15 | 0 | 0.11 | 0.15 | 138.18 | 0.31 | 0.79 |
| Hex | B9 | DA | C3 | F | 0 | B | F | 8A | 1F | 4F |
| Octal | 271 | 332 | 303 | 17 | 0 | 13 | 17 | 212 | 37 | 117 |
| Binary | 10111001 | 11011010 | 11000011 | 1111 | 0 | 1011 | 1111 | 10001010 | 11111 | 1001111 |
Color Harmonies of #B9DAC3
Complementary color
Monochromatic Colors of #B9DAC3
Black with #B9DAC3
Text Example
Text Example
White with #B9DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DAC3; }
p { color: rgb(185,218,195); }
H1.HeaderClassName
{
color: #B9DAC3;
}
.AnyTagClassName
{
color: #B9DAC3;
}
</style>
background-color css
<style>
a { background-color: #B9DAC3; }
a { background-color: rgb(185,218,195); }
div.DivClassName
{
background-color: #B9DAC3;
}
.BgClassName
{
background-color: #B9DAC3;
}
</style>
border-color css
<style>
span { border-color: #B9DAC3; }
span { border-color: rgb(185,218,195); }
td.TdClassName
{
border-color: #B9DAC3;
}
.TagClassName
{
border-color: #B9DAC3;
}
</style>