Shades of Edgewater #B8DFC6
Tints of Edgewater #B8DFC6
RGB
CMYK
RGB Variations
Color information
#B8DFC6 (or 0xB8DFC6) is known color: Edgewater. HEX triplet: B8, DF and C6. RGB value is (184,223,198). Sum of RGB (Red+Green+Blue) = 184+223+198=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFC6 is #472039. Grayscale: #D0D0D0. Windows color (decimal): -4661306 or 13033400. OLE color: 13033400.
HSL color Cylindrical-coordinate representation of color #B8DFC6: hue angle of 141.54º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFC6 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 198 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.13 |
| HSL | 141.54º | 0.38% | 0.8% | - |
| HSV(B) | 141.54º | 0.17% | 0.87% | - |
| XYZ | 56.35 | 67.04 | 63.4 | - |
| YUV | 208.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 198 | 0.17 | 0 | 0.11 | 0.13 | 141.54 | 0.38 | 0.8 |
| Hex | B8 | DF | C6 | 11 | 0 | B | D | 8E | 26 | 50 |
| Octal | 270 | 337 | 306 | 21 | 0 | 13 | 15 | 216 | 46 | 120 |
| Binary | 10111000 | 11011111 | 11000110 | 10001 | 0 | 1011 | 1101 | 10001110 | 100110 | 1010000 |
Color Harmonies of #B8DFC6
Complementary color
Monochromatic Colors of #B8DFC6
Black with #B8DFC6
Text Example
Text Example
White with #B8DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFC6; }
p { color: rgb(184,223,198); }
H1.HeaderClassName
{
color: #B8DFC6;
}
.AnyTagClassName
{
color: #B8DFC6;
}
</style>
background-color css
<style>
a { background-color: #B8DFC6; }
a { background-color: rgb(184,223,198); }
div.DivClassName
{
background-color: #B8DFC6;
}
.BgClassName
{
background-color: #B8DFC6;
}
</style>
border-color css
<style>
span { border-color: #B8DFC6; }
span { border-color: rgb(184,223,198); }
td.TdClassName
{
border-color: #B8DFC6;
}
.TagClassName
{
border-color: #B8DFC6;
}
</style>