Shades of Edgewater #BDDBC7
Tints of Edgewater #BDDBC7
RGB
CMYK
RGB Variations
Color information
#BDDBC7 (or 0xBDDBC7) is known color: Edgewater. HEX triplet: BD, DB and C7. RGB value is (189,219,199). Sum of RGB (Red+Green+Blue) = 189+219+199=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC7 is #422438. Grayscale: #CFCFCF. Windows color (decimal): -4334649 or 13097917. OLE color: 13097917.
HSL color Cylindrical-coordinate representation of color #BDDBC7: hue angle of 140º 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 #BDDBC7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 199 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.14 |
| HSL | 140º | 0.29% | 0.8% | - |
| HSV(B) | 140º | 0.14% | 0.86% | - |
| XYZ | 56.63 | 65.61 | 63.71 | - |
| YUV | 207.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 199 | 0.14 | 0 | 0.09 | 0.14 | 140 | 0.29 | 0.8 |
| Hex | BD | DB | C7 | E | 0 | 9 | E | 8C | 1D | 50 |
| Octal | 275 | 333 | 307 | 16 | 0 | 11 | 16 | 214 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11000111 | 1110 | 0 | 1001 | 1110 | 10001100 | 11101 | 1010000 |
Color Harmonies of #BDDBC7
Complementary color
Monochromatic Colors of #BDDBC7
Black with #BDDBC7
Text Example
Text Example
White with #BDDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBC7; }
p { color: rgb(189,219,199); }
H1.HeaderClassName
{
color: #BDDBC7;
}
.AnyTagClassName
{
color: #BDDBC7;
}
</style>
background-color css
<style>
a { background-color: #BDDBC7; }
a { background-color: rgb(189,219,199); }
div.DivClassName
{
background-color: #BDDBC7;
}
.BgClassName
{
background-color: #BDDBC7;
}
</style>
border-color css
<style>
span { border-color: #BDDBC7; }
span { border-color: rgb(189,219,199); }
td.TdClassName
{
border-color: #BDDBC7;
}
.TagClassName
{
border-color: #BDDBC7;
}
</style>