Shades of Edgewater #BDDDC5
Tints of Edgewater #BDDDC5
RGB
CMYK
RGB Variations
Color information
#BDDDC5 (or 0xBDDDC5) is known color: Edgewater. HEX triplet: BD, DD and C5. RGB value is (189,221,197). Sum of RGB (Red+Green+Blue) = 189+221+197=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC5 is #42223A. Grayscale: #D0D0D0. Windows color (decimal): -4334139 or 12967357. OLE color: 12967357.
HSL color Cylindrical-coordinate representation of color #BDDDC5: hue angle of 135º 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 #BDDDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 197 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.13 |
| HSL | 135º | 0.32% | 0.8% | - |
| HSV(B) | 135º | 0.14% | 0.87% | - |
| XYZ | 56.92 | 66.56 | 62.67 | - |
| YUV | 208.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 197 | 0.14 | 0 | 0.11 | 0.13 | 135 | 0.32 | 0.8 |
| Hex | BD | DD | C5 | E | 0 | B | D | 87 | 20 | 50 |
| Octal | 275 | 335 | 305 | 16 | 0 | 13 | 15 | 207 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11000101 | 1110 | 0 | 1011 | 1101 | 10000111 | 100000 | 1010000 |
Color Harmonies of #BDDDC5
Complementary color
Monochromatic Colors of #BDDDC5
Black with #BDDDC5
Text Example
Text Example
White with #BDDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDC5; }
p { color: rgb(189,221,197); }
H1.HeaderClassName
{
color: #BDDDC5;
}
.AnyTagClassName
{
color: #BDDDC5;
}
</style>
background-color css
<style>
a { background-color: #BDDDC5; }
a { background-color: rgb(189,221,197); }
div.DivClassName
{
background-color: #BDDDC5;
}
.BgClassName
{
background-color: #BDDDC5;
}
</style>
border-color css
<style>
span { border-color: #BDDDC5; }
span { border-color: rgb(189,221,197); }
td.TdClassName
{
border-color: #BDDDC5;
}
.TagClassName
{
border-color: #BDDDC5;
}
</style>