Shades of Edgewater #BDD0C1
Tints of Edgewater #BDD0C1
RGB
CMYK
RGB Variations
Color information
#BDD0C1 (or 0xBDD0C1) is known color: Edgewater. HEX triplet: BD, D0 and C1. RGB value is (189,208,193). Sum of RGB (Red+Green+Blue) = 189+208+193=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0C1 is #422F3E. Grayscale: #C8C8C8. Windows color (decimal): -4337471 or 12701885. OLE color: 12701885.
HSL color Cylindrical-coordinate representation of color #BDD0C1: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDD0C1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 193 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.18 |
| HSL | 132.63º | 0.17% | 0.78% | - |
| HSV(B) | 132.63º | 0.09% | 0.82% | - |
| XYZ | 53.17 | 59.78 | 59.19 | - |
| YUV | 200.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 193 | 0.09 | 0 | 0.07 | 0.18 | 132.63 | 0.17 | 0.78 |
| Hex | BD | D0 | C1 | 9 | 0 | 7 | 12 | 85 | 11 | 4E |
| Octal | 275 | 320 | 301 | 11 | 0 | 7 | 22 | 205 | 21 | 116 |
| Binary | 10111101 | 11010000 | 11000001 | 1001 | 0 | 111 | 10010 | 10000101 | 10001 | 1001110 |
Color Harmonies of #BDD0C1
Complementary color
Monochromatic Colors of #BDD0C1
Black with #BDD0C1
Text Example
Text Example
White with #BDD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0C1; }
p { color: rgb(189,208,193); }
H1.HeaderClassName
{
color: #BDD0C1;
}
.AnyTagClassName
{
color: #BDD0C1;
}
</style>
background-color css
<style>
a { background-color: #BDD0C1; }
a { background-color: rgb(189,208,193); }
div.DivClassName
{
background-color: #BDD0C1;
}
.BgClassName
{
background-color: #BDD0C1;
}
</style>
border-color css
<style>
span { border-color: #BDD0C1; }
span { border-color: rgb(189,208,193); }
td.TdClassName
{
border-color: #BDD0C1;
}
.TagClassName
{
border-color: #BDD0C1;
}
</style>