Shades of Edgewater #B6DCC5
Tints of Edgewater #B6DCC5
RGB
CMYK
RGB Variations
Color information
#B6DCC5 (or 0xB6DCC5) is known color: Edgewater. HEX triplet: B6, DC and C5. RGB value is (182,220,197). Sum of RGB (Red+Green+Blue) = 182+220+197=599 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.38% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCC5 is #49233A. Grayscale: #CECECE. Windows color (decimal): -4793147 or 12967094. OLE color: 12967094.
HSL color Cylindrical-coordinate representation of color #B6DCC5: hue angle of 143.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCC5 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 197 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.14 |
| HSL | 143.68º | 0.35% | 0.79% | - |
| HSV(B) | 143.68º | 0.17% | 0.86% | - |
| XYZ | 54.96 | 65.16 | 62.5 | - |
| YUV | 206.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 197 | 0.17 | 0 | 0.10 | 0.14 | 143.68 | 0.35 | 0.79 |
| Hex | B6 | DC | C5 | 11 | 0 | A | E | 90 | 23 | 4F |
| Octal | 266 | 334 | 305 | 21 | 0 | 12 | 16 | 220 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11000101 | 10001 | 0 | 1010 | 1110 | 10010000 | 100011 | 1001111 |
Color Harmonies of #B6DCC5
Complementary color
Monochromatic Colors of #B6DCC5
Black with #B6DCC5
Text Example
Text Example
White with #B6DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCC5; }
p { color: rgb(182,220,197); }
H1.HeaderClassName
{
color: #B6DCC5;
}
.AnyTagClassName
{
color: #B6DCC5;
}
</style>
background-color css
<style>
a { background-color: #B6DCC5; }
a { background-color: rgb(182,220,197); }
div.DivClassName
{
background-color: #B6DCC5;
}
.BgClassName
{
background-color: #B6DCC5;
}
</style>
border-color css
<style>
span { border-color: #B6DCC5; }
span { border-color: rgb(182,220,197); }
td.TdClassName
{
border-color: #B6DCC5;
}
.TagClassName
{
border-color: #B6DCC5;
}
</style>