Shades of Edgewater #BDDBC5
Tints of Edgewater #BDDBC5
RGB
CMYK
RGB Variations
Color information
#BDDBC5 (or 0xBDDBC5) is known color: Edgewater. HEX triplet: BD, DB and C5. RGB value is (189,219,197). Sum of RGB (Red+Green+Blue) = 189+219+197=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC5 is #42243A. Grayscale: #CFCFCF. Windows color (decimal): -4334651 or 12966845. OLE color: 12966845.
HSL color Cylindrical-coordinate representation of color #BDDBC5: hue angle of 136º 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 #BDDBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 197 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.14 |
| HSL | 136º | 0.29% | 0.8% | - |
| HSV(B) | 136º | 0.14% | 0.86% | - |
| XYZ | 56.4 | 65.51 | 62.5 | - |
| YUV | 207.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 197 | 0.14 | 0 | 0.10 | 0.14 | 136 | 0.29 | 0.8 |
| Hex | BD | DB | C5 | E | 0 | A | E | 88 | 1D | 50 |
| Octal | 275 | 333 | 305 | 16 | 0 | 12 | 16 | 210 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11000101 | 1110 | 0 | 1010 | 1110 | 10001000 | 11101 | 1010000 |
Color Harmonies of #BDDBC5
Complementary color
Monochromatic Colors of #BDDBC5
Black with #BDDBC5
Text Example
Text Example
White with #BDDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBC5; }
p { color: rgb(189,219,197); }
H1.HeaderClassName
{
color: #BDDBC5;
}
.AnyTagClassName
{
color: #BDDBC5;
}
</style>
background-color css
<style>
a { background-color: #BDDBC5; }
a { background-color: rgb(189,219,197); }
div.DivClassName
{
background-color: #BDDBC5;
}
.BgClassName
{
background-color: #BDDBC5;
}
</style>
border-color css
<style>
span { border-color: #BDDBC5; }
span { border-color: rgb(189,219,197); }
td.TdClassName
{
border-color: #BDDBC5;
}
.TagClassName
{
border-color: #BDDBC5;
}
</style>