Shades of Edgewater #BDDDC2
Tints of Edgewater #BDDDC2
RGB
CMYK
RGB Variations
Color information
#BDDDC2 (or 0xBDDDC2) is known color: Edgewater. HEX triplet: BD, DD and C2. RGB value is (189,221,194). Sum of RGB (Red+Green+Blue) = 189+221+194=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC2 is #42223D. Grayscale: #D0D0D0. Windows color (decimal): -4334142 or 12770749. OLE color: 12770749.
HSL color Cylindrical-coordinate representation of color #BDDDC2: hue angle of 129.38º 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 #BDDDC2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 194 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.13 |
| HSL | 129.38º | 0.32% | 0.8% | - |
| HSV(B) | 129.38º | 0.14% | 0.87% | - |
| XYZ | 56.58 | 66.43 | 60.88 | - |
| YUV | 208.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 194 | 0.14 | 0 | 0.12 | 0.13 | 129.38 | 0.32 | 0.8 |
| Hex | BD | DD | C2 | E | 0 | C | D | 81 | 20 | 50 |
| Octal | 275 | 335 | 302 | 16 | 0 | 14 | 15 | 201 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11000010 | 1110 | 0 | 1100 | 1101 | 10000001 | 100000 | 1010000 |
Color Harmonies of #BDDDC2
Complementary color
Monochromatic Colors of #BDDDC2
Black with #BDDDC2
Text Example
Text Example
White with #BDDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDC2; }
p { color: rgb(189,221,194); }
H1.HeaderClassName
{
color: #BDDDC2;
}
.AnyTagClassName
{
color: #BDDDC2;
}
</style>
background-color css
<style>
a { background-color: #BDDDC2; }
a { background-color: rgb(189,221,194); }
div.DivClassName
{
background-color: #BDDDC2;
}
.BgClassName
{
background-color: #BDDDC2;
}
</style>
border-color css
<style>
span { border-color: #BDDDC2; }
span { border-color: rgb(189,221,194); }
td.TdClassName
{
border-color: #BDDDC2;
}
.TagClassName
{
border-color: #BDDDC2;
}
</style>