Shades of Edgewater #BDDEC6
Tints of Edgewater #BDDEC6
RGB
CMYK
RGB Variations
Color information
#BDDEC6 (or 0xBDDEC6) is known color: Edgewater. HEX triplet: BD, DE and C6. RGB value is (189,222,198). Sum of RGB (Red+Green+Blue) = 189+222+198=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC6 is #422139. Grayscale: #D1D1D1. Windows color (decimal): -4333882 or 13033149. OLE color: 13033149.
HSL color Cylindrical-coordinate representation of color #BDDEC6: hue angle of 136.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 198 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 136.36º | 0.33% | 0.81% | - |
| HSV(B) | 136.36º | 0.15% | 0.87% | - |
| XYZ | 57.3 | 67.14 | 63.37 | - |
| YUV | 209.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 198 | 0.15 | 0 | 0.11 | 0.13 | 136.36 | 0.33 | 0.81 |
| Hex | BD | DE | C6 | F | 0 | B | D | 88 | 21 | 51 |
| Octal | 275 | 336 | 306 | 17 | 0 | 13 | 15 | 210 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11000110 | 1111 | 0 | 1011 | 1101 | 10001000 | 100001 | 1010001 |
Color Harmonies of #BDDEC6
Complementary color
Monochromatic Colors of #BDDEC6
Black with #BDDEC6
Text Example
Text Example
White with #BDDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEC6; }
p { color: rgb(189,222,198); }
H1.HeaderClassName
{
color: #BDDEC6;
}
.AnyTagClassName
{
color: #BDDEC6;
}
</style>
background-color css
<style>
a { background-color: #BDDEC6; }
a { background-color: rgb(189,222,198); }
div.DivClassName
{
background-color: #BDDEC6;
}
.BgClassName
{
background-color: #BDDEC6;
}
</style>
border-color css
<style>
span { border-color: #BDDEC6; }
span { border-color: rgb(189,222,198); }
td.TdClassName
{
border-color: #BDDEC6;
}
.TagClassName
{
border-color: #BDDEC6;
}
</style>