Shades of Edgewater #BDDDC7
Tints of Edgewater #BDDDC7
RGB
CMYK
RGB Variations
Color information
#BDDDC7 (or 0xBDDDC7) is known color: Edgewater. HEX triplet: BD, DD and C7. RGB value is (189,221,199). Sum of RGB (Red+Green+Blue) = 189+221+199=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC7 is #422238. Grayscale: #D0D0D0. Windows color (decimal): -4334137 or 13098429. OLE color: 13098429.
HSL color Cylindrical-coordinate representation of color #BDDDC7: hue angle of 138.75º 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 #BDDDC7 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 199 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.13 |
| HSL | 138.75º | 0.32% | 0.8% | - |
| HSV(B) | 138.75º | 0.14% | 0.87% | - |
| XYZ | 57.15 | 66.66 | 63.89 | - |
| YUV | 208.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 199 | 0.14 | 0 | 0.10 | 0.13 | 138.75 | 0.32 | 0.8 |
| Hex | BD | DD | C7 | E | 0 | A | D | 8B | 20 | 50 |
| Octal | 275 | 335 | 307 | 16 | 0 | 12 | 15 | 213 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11000111 | 1110 | 0 | 1010 | 1101 | 10001011 | 100000 | 1010000 |
Color Harmonies of #BDDDC7
Complementary color
Monochromatic Colors of #BDDDC7
Black with #BDDDC7
Text Example
Text Example
White with #BDDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDC7; }
p { color: rgb(189,221,199); }
H1.HeaderClassName
{
color: #BDDDC7;
}
.AnyTagClassName
{
color: #BDDDC7;
}
</style>
background-color css
<style>
a { background-color: #BDDDC7; }
a { background-color: rgb(189,221,199); }
div.DivClassName
{
background-color: #BDDDC7;
}
.BgClassName
{
background-color: #BDDDC7;
}
</style>
border-color css
<style>
span { border-color: #BDDDC7; }
span { border-color: rgb(189,221,199); }
td.TdClassName
{
border-color: #BDDDC7;
}
.TagClassName
{
border-color: #BDDDC7;
}
</style>