Shades of Edgewater #B6D7C0
Tints of Edgewater #B6D7C0
RGB
CMYK
RGB Variations
Color information
#B6D7C0 (or 0xB6D7C0) is known color: Edgewater. HEX triplet: B6, D7 and C0. RGB value is (182,215,192). Sum of RGB (Red+Green+Blue) = 182+215+192=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D7C0 is #49283F. Grayscale: #CACACA. Windows color (decimal): -4794432 or 12638134. OLE color: 12638134.
HSL color Cylindrical-coordinate representation of color #B6D7C0: hue angle of 138.18º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6D7C0 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 215 | 192 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.16 |
| HSL | 138.18º | 0.29% | 0.78% | - |
| HSV(B) | 138.18º | 0.15% | 0.84% | - |
| XYZ | 53.11 | 62.35 | 59.11 | - |
| YUV | 202.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 215 | 192 | 0.15 | 0 | 0.11 | 0.16 | 138.18 | 0.29 | 0.78 |
| Hex | B6 | D7 | C0 | F | 0 | B | 10 | 8A | 1D | 4E |
| Octal | 266 | 327 | 300 | 17 | 0 | 13 | 20 | 212 | 35 | 116 |
| Binary | 10110110 | 11010111 | 11000000 | 1111 | 0 | 1011 | 10000 | 10001010 | 11101 | 1001110 |
Color Harmonies of #B6D7C0
Complementary color
Monochromatic Colors of #B6D7C0
Black with #B6D7C0
Text Example
Text Example
White with #B6D7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D7C0; }
p { color: rgb(182,215,192); }
H1.HeaderClassName
{
color: #B6D7C0;
}
.AnyTagClassName
{
color: #B6D7C0;
}
</style>
background-color css
<style>
a { background-color: #B6D7C0; }
a { background-color: rgb(182,215,192); }
div.DivClassName
{
background-color: #B6D7C0;
}
.BgClassName
{
background-color: #B6D7C0;
}
</style>
border-color css
<style>
span { border-color: #B6D7C0; }
span { border-color: rgb(182,215,192); }
td.TdClassName
{
border-color: #B6D7C0;
}
.TagClassName
{
border-color: #B6D7C0;
}
</style>