Shades of Edgewater #B9DDC3
Tints of Edgewater #B9DDC3
RGB
CMYK
RGB Variations
Color information
#B9DDC3 (or 0xB9DDC3) is known color: Edgewater. HEX triplet: B9, DD and C3. RGB value is (185,221,195). Sum of RGB (Red+Green+Blue) = 185+221+195=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDC3 is #46223C. Grayscale: #CFCFCF. Windows color (decimal): -4596285 or 12836281. OLE color: 12836281.
HSL color Cylindrical-coordinate representation of color #B9DDC3: hue angle of 136.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDC3 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 185 | 221 | 195 | - |
CMYK | 0.16 | 0 | 0.12 | 0.13 |
HSL | 136.67º | 0.35% | 0.8% | - |
HSV(B) | 136.67º | 0.16% | 0.87% | - |
XYZ | 55.71 | 65.97 | 61.43 | - |
YUV | 207.27 | 121.07 | 112.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 221 | 195 | 0.16 | 0 | 0.12 | 0.13 | 136.67 | 0.35 | 0.8 |
Hex | B9 | DD | C3 | 10 | 0 | C | D | 89 | 23 | 50 |
Octal | 271 | 335 | 303 | 20 | 0 | 14 | 15 | 211 | 43 | 120 |
Binary | 10111001 | 11011101 | 11000011 | 10000 | 0 | 1100 | 1101 | 10001001 | 100011 | 1010000 |
Color Harmonies of #B9DDC3
Complementary color
Monochromatic Colors of #B9DDC3
Black with #B9DDC3
Text Example
Text Example
White with #B9DDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDC3; }
p { color: rgb(185,221,195); }
H1.HeaderClassName
{
color: #B9DDC3;
}
.AnyTagClassName
{
color: #B9DDC3;
}
</style>
background-color css
<style>
a { background-color: #B9DDC3; }
a { background-color: rgb(185,221,195); }
div.DivClassName
{
background-color: #B9DDC3;
}
.BgClassName
{
background-color: #B9DDC3;
}
</style>
border-color css
<style>
span { border-color: #B9DDC3; }
span { border-color: rgb(185,221,195); }
td.TdClassName
{
border-color: #B9DDC3;
}
.TagClassName
{
border-color: #B9DDC3;
}
</style>