Shades of Edgewater #BDDBC2
Tints of Edgewater #BDDBC2
RGB
CMYK
RGB Variations
Color information
#BDDBC2 (or 0xBDDBC2) is known color: Edgewater. HEX triplet: BD, DB and C2. RGB value is (189,219,194). Sum of RGB (Red+Green+Blue) = 189+219+194=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC2 is #42243D. Grayscale: #CFCFCF. Windows color (decimal): -4334654 or 12770237. OLE color: 12770237.
HSL color Cylindrical-coordinate representation of color #BDDBC2: hue angle of 130º degrees, saturation: 0.29, 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 #BDDBC2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 194 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.14 |
| HSL | 130º | 0.29% | 0.8% | - |
| HSV(B) | 130º | 0.14% | 0.86% | - |
| XYZ | 56.06 | 65.38 | 60.7 | - |
| YUV | 207.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 194 | 0.14 | 0 | 0.11 | 0.14 | 130 | 0.29 | 0.8 |
| Hex | BD | DB | C2 | E | 0 | B | E | 82 | 1D | 50 |
| Octal | 275 | 333 | 302 | 16 | 0 | 13 | 16 | 202 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11000010 | 1110 | 0 | 1011 | 1110 | 10000010 | 11101 | 1010000 |
Color Harmonies of #BDDBC2
Complementary color
Monochromatic Colors of #BDDBC2
Black with #BDDBC2
Text Example
Text Example
White with #BDDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBC2; }
p { color: rgb(189,219,194); }
H1.HeaderClassName
{
color: #BDDBC2;
}
.AnyTagClassName
{
color: #BDDBC2;
}
</style>
background-color css
<style>
a { background-color: #BDDBC2; }
a { background-color: rgb(189,219,194); }
div.DivClassName
{
background-color: #BDDBC2;
}
.BgClassName
{
background-color: #BDDBC2;
}
</style>
border-color css
<style>
span { border-color: #BDDBC2; }
span { border-color: rgb(189,219,194); }
td.TdClassName
{
border-color: #BDDBC2;
}
.TagClassName
{
border-color: #BDDBC2;
}
</style>