Shades of Edgewater #B9DCC1
Tints of Edgewater #B9DCC1
RGB
CMYK
RGB Variations
Color information
#B9DCC1 (or 0xB9DCC1) is known color: Edgewater. HEX triplet: B9, DC and C1. RGB value is (185,220,193). Sum of RGB (Red+Green+Blue) = 185+220+193=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCC1 is #46233E. Grayscale: #CECECE. Windows color (decimal): -4596543 or 12704953. OLE color: 12704953.
HSL color Cylindrical-coordinate representation of color #B9DCC1: hue angle of 133.71º 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 #B9DCC1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 193 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.14 |
| HSL | 133.71º | 0.33% | 0.79% | - |
| HSV(B) | 133.71º | 0.16% | 0.86% | - |
| XYZ | 55.23 | 65.35 | 60.16 | - |
| YUV | 206.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 193 | 0.16 | 0 | 0.12 | 0.14 | 133.71 | 0.33 | 0.79 |
| Hex | B9 | DC | C1 | 10 | 0 | C | E | 86 | 21 | 4F |
| Octal | 271 | 334 | 301 | 20 | 0 | 14 | 16 | 206 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11000001 | 10000 | 0 | 1100 | 1110 | 10000110 | 100001 | 1001111 |
Color Harmonies of #B9DCC1
Complementary color
Monochromatic Colors of #B9DCC1
Black with #B9DCC1
Text Example
Text Example
White with #B9DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCC1; }
p { color: rgb(185,220,193); }
H1.HeaderClassName
{
color: #B9DCC1;
}
.AnyTagClassName
{
color: #B9DCC1;
}
</style>
background-color css
<style>
a { background-color: #B9DCC1; }
a { background-color: rgb(185,220,193); }
div.DivClassName
{
background-color: #B9DCC1;
}
.BgClassName
{
background-color: #B9DCC1;
}
</style>
border-color css
<style>
span { border-color: #B9DCC1; }
span { border-color: rgb(185,220,193); }
td.TdClassName
{
border-color: #B9DCC1;
}
.TagClassName
{
border-color: #B9DCC1;
}
</style>