Shades of Edgewater #BDDCC8
Tints of Edgewater #BDDCC8
RGB
CMYK
RGB Variations
Color information
#BDDCC8 (or 0xBDDCC8) is known color: Edgewater. HEX triplet: BD, DC and C8. RGB value is (189,220,200). Sum of RGB (Red+Green+Blue) = 189+220+200=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC8 is #422337. Grayscale: #D0D0D0. Windows color (decimal): -4334392 or 13163709. OLE color: 13163709.
HSL color Cylindrical-coordinate representation of color #BDDCC8: hue angle of 141.29º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCC8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 200 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.14 |
| HSL | 141.29º | 0.31% | 0.8% | - |
| HSV(B) | 141.29º | 0.14% | 0.86% | - |
| XYZ | 57 | 66.18 | 64.41 | - |
| YUV | 208.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 200 | 0.14 | 0 | 0.09 | 0.14 | 141.29 | 0.31 | 0.8 |
| Hex | BD | DC | C8 | E | 0 | 9 | E | 8D | 1F | 50 |
| Octal | 275 | 334 | 310 | 16 | 0 | 11 | 16 | 215 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11001000 | 1110 | 0 | 1001 | 1110 | 10001101 | 11111 | 1010000 |
Color Harmonies of #BDDCC8
Complementary color
Monochromatic Colors of #BDDCC8
Black with #BDDCC8
Text Example
Text Example
White with #BDDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC8; }
p { color: rgb(189,220,200); }
H1.HeaderClassName
{
color: #BDDCC8;
}
.AnyTagClassName
{
color: #BDDCC8;
}
</style>
background-color css
<style>
a { background-color: #BDDCC8; }
a { background-color: rgb(189,220,200); }
div.DivClassName
{
background-color: #BDDCC8;
}
.BgClassName
{
background-color: #BDDCC8;
}
</style>
border-color css
<style>
span { border-color: #BDDCC8; }
span { border-color: rgb(189,220,200); }
td.TdClassName
{
border-color: #BDDCC8;
}
.TagClassName
{
border-color: #BDDCC8;
}
</style>