Shades of Edgewater #BDDDC6
Tints of Edgewater #BDDDC6
RGB
CMYK
RGB Variations
Color information
#BDDDC6 (or 0xBDDDC6) is known color: Edgewater. HEX triplet: BD, DD and C6. RGB value is (189,221,198). Sum of RGB (Red+Green+Blue) = 189+221+198=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC6 is #422239. Grayscale: #D0D0D0. Windows color (decimal): -4334138 or 13032893. OLE color: 13032893.
HSL color Cylindrical-coordinate representation of color #BDDDC6: hue angle of 136.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC6 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 198 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.13 |
| HSL | 136.88º | 0.32% | 0.8% | - |
| HSV(B) | 136.88º | 0.14% | 0.87% | - |
| XYZ | 57.04 | 66.61 | 63.28 | - |
| YUV | 208.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 198 | 0.14 | 0 | 0.10 | 0.13 | 136.88 | 0.32 | 0.8 |
| Hex | BD | DD | C6 | E | 0 | A | D | 89 | 20 | 50 |
| Octal | 275 | 335 | 306 | 16 | 0 | 12 | 15 | 211 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11000110 | 1110 | 0 | 1010 | 1101 | 10001001 | 100000 | 1010000 |
Color Harmonies of #BDDDC6
Complementary color
Monochromatic Colors of #BDDDC6
Black with #BDDDC6
Text Example
Text Example
White with #BDDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDC6; }
p { color: rgb(189,221,198); }
H1.HeaderClassName
{
color: #BDDDC6;
}
.AnyTagClassName
{
color: #BDDDC6;
}
</style>
background-color css
<style>
a { background-color: #BDDDC6; }
a { background-color: rgb(189,221,198); }
div.DivClassName
{
background-color: #BDDDC6;
}
.BgClassName
{
background-color: #BDDDC6;
}
</style>
border-color css
<style>
span { border-color: #BDDDC6; }
span { border-color: rgb(189,221,198); }
td.TdClassName
{
border-color: #BDDDC6;
}
.TagClassName
{
border-color: #BDDDC6;
}
</style>