Shades of Edgewater #B8DCC4
Tints of Edgewater #B8DCC4
RGB
CMYK
RGB Variations
Color information
#B8DCC4 (or 0xB8DCC4) is known color: Edgewater. HEX triplet: B8, DC and C4. RGB value is (184,220,196). Sum of RGB (Red+Green+Blue) = 184+220+196=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCC4 is #47233B. Grayscale: #CECECE. Windows color (decimal): -4662076 or 12901560. OLE color: 12901560.
HSL color Cylindrical-coordinate representation of color #B8DCC4: hue angle of 140º 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 #B8DCC4 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 196 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.14 |
| HSL | 140º | 0.34% | 0.79% | - |
| HSV(B) | 140º | 0.16% | 0.86% | - |
| XYZ | 55.32 | 65.36 | 61.92 | - |
| YUV | 206.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 196 | 0.16 | 0 | 0.11 | 0.14 | 140 | 0.34 | 0.79 |
| Hex | B8 | DC | C4 | 10 | 0 | B | E | 8C | 22 | 4F |
| Octal | 270 | 334 | 304 | 20 | 0 | 13 | 16 | 214 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11000100 | 10000 | 0 | 1011 | 1110 | 10001100 | 100010 | 1001111 |
Color Harmonies of #B8DCC4
Complementary color
Monochromatic Colors of #B8DCC4
Black with #B8DCC4
Text Example
Text Example
White with #B8DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCC4; }
p { color: rgb(184,220,196); }
H1.HeaderClassName
{
color: #B8DCC4;
}
.AnyTagClassName
{
color: #B8DCC4;
}
</style>
background-color css
<style>
a { background-color: #B8DCC4; }
a { background-color: rgb(184,220,196); }
div.DivClassName
{
background-color: #B8DCC4;
}
.BgClassName
{
background-color: #B8DCC4;
}
</style>
border-color css
<style>
span { border-color: #B8DCC4; }
span { border-color: rgb(184,220,196); }
td.TdClassName
{
border-color: #B8DCC4;
}
.TagClassName
{
border-color: #B8DCC4;
}
</style>