Shades of Edgewater #B8DCC6
Tints of Edgewater #B8DCC6
RGB
CMYK
RGB Variations
Color information
#B8DCC6 (or 0xB8DCC6) is known color: Edgewater. HEX triplet: B8, DC and C6. RGB value is (184,220,198). Sum of RGB (Red+Green+Blue) = 184+220+198=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCC6 is #472339. Grayscale: #CECECE. Windows color (decimal): -4662074 or 13032632. OLE color: 13032632.
HSL color Cylindrical-coordinate representation of color #B8DCC6: hue angle of 143.33º degrees, saturation: 0.34, 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 #B8DCC6 is Cyan = 0.16, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 198 | - |
| CMYK | 0.16 | 0 | 0.1 | 0.14 |
| HSL | 143.33º | 0.34% | 0.79% | - |
| HSV(B) | 143.33º | 0.16% | 0.86% | - |
| XYZ | 55.55 | 65.45 | 63.13 | - |
| YUV | 206.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 198 | 0.16 | 0 | 0.1 | 0.14 | 143.33 | 0.34 | 0.79 |
| Hex | B8 | DC | C6 | 10 | 0 | A | E | 8F | 22 | 4F |
| Octal | 270 | 334 | 306 | 20 | 0 | 12 | 16 | 217 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11000110 | 10000 | 0 | 1010 | 1110 | 10001111 | 100010 | 1001111 |
Color Harmonies of #B8DCC6
Complementary color
Monochromatic Colors of #B8DCC6
Black with #B8DCC6
Text Example
Text Example
White with #B8DCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCC6; }
p { color: rgb(184,220,198); }
H1.HeaderClassName
{
color: #B8DCC6;
}
.AnyTagClassName
{
color: #B8DCC6;
}
</style>
background-color css
<style>
a { background-color: #B8DCC6; }
a { background-color: rgb(184,220,198); }
div.DivClassName
{
background-color: #B8DCC6;
}
.BgClassName
{
background-color: #B8DCC6;
}
</style>
border-color css
<style>
span { border-color: #B8DCC6; }
span { border-color: rgb(184,220,198); }
td.TdClassName
{
border-color: #B8DCC6;
}
.TagClassName
{
border-color: #B8DCC6;
}
</style>