Shades of Edgewater #BDDCC7
Tints of Edgewater #BDDCC7
RGB
CMYK
RGB Variations
Color information
#BDDCC7 (or 0xBDDCC7) is known color: Edgewater. HEX triplet: BD, DC and C7. RGB value is (189,220,199). Sum of RGB (Red+Green+Blue) = 189+220+199=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCC7 is #422338. Grayscale: #D0D0D0. Windows color (decimal): -4334393 or 13098173. OLE color: 13098173.
HSL color Cylindrical-coordinate representation of color #BDDCC7: hue angle of 139.35º 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 #BDDCC7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 199 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.14 |
| HSL | 139.35º | 0.31% | 0.8% | - |
| HSV(B) | 139.35º | 0.14% | 0.86% | - |
| XYZ | 56.89 | 66.13 | 63.8 | - |
| YUV | 208.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 199 | 0.14 | 0 | 0.10 | 0.14 | 139.35 | 0.31 | 0.8 |
| Hex | BD | DC | C7 | E | 0 | A | E | 8B | 1F | 50 |
| Octal | 275 | 334 | 307 | 16 | 0 | 12 | 16 | 213 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11000111 | 1110 | 0 | 1010 | 1110 | 10001011 | 11111 | 1010000 |
Color Harmonies of #BDDCC7
Complementary color
Monochromatic Colors of #BDDCC7
Black with #BDDCC7
Text Example
Text Example
White with #BDDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCC7; }
p { color: rgb(189,220,199); }
H1.HeaderClassName
{
color: #BDDCC7;
}
.AnyTagClassName
{
color: #BDDCC7;
}
</style>
background-color css
<style>
a { background-color: #BDDCC7; }
a { background-color: rgb(189,220,199); }
div.DivClassName
{
background-color: #BDDCC7;
}
.BgClassName
{
background-color: #BDDCC7;
}
</style>
border-color css
<style>
span { border-color: #BDDCC7; }
span { border-color: rgb(189,220,199); }
td.TdClassName
{
border-color: #BDDCC7;
}
.TagClassName
{
border-color: #BDDCC7;
}
</style>