Shades of Edgewater #BDD1C1
Tints of Edgewater #BDD1C1
RGB
CMYK
RGB Variations
Color information
#BDD1C1 (or 0xBDD1C1) is known color: Edgewater. HEX triplet: BD, D1 and C1. RGB value is (189,209,193). Sum of RGB (Red+Green+Blue) = 189+209+193=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1C1 is #422E3E. Grayscale: #C9C9C9. Windows color (decimal): -4337215 or 12702141. OLE color: 12702141.
HSL color Cylindrical-coordinate representation of color #BDD1C1: hue angle of 132º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD1C1 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 193 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.18 |
| HSL | 132º | 0.18% | 0.78% | - |
| HSV(B) | 132º | 0.1% | 0.82% | - |
| XYZ | 53.41 | 60.27 | 59.27 | - |
| YUV | 201.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 193 | 0.10 | 0 | 0.08 | 0.18 | 132 | 0.18 | 0.78 |
| Hex | BD | D1 | C1 | A | 0 | 8 | 12 | 84 | 12 | 4E |
| Octal | 275 | 321 | 301 | 12 | 0 | 10 | 22 | 204 | 22 | 116 |
| Binary | 10111101 | 11010001 | 11000001 | 1010 | 0 | 1000 | 10010 | 10000100 | 10010 | 1001110 |
Color Harmonies of #BDD1C1
Complementary color
Monochromatic Colors of #BDD1C1
Black with #BDD1C1
Text Example
Text Example
White with #BDD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD1C1; }
p { color: rgb(189,209,193); }
H1.HeaderClassName
{
color: #BDD1C1;
}
.AnyTagClassName
{
color: #BDD1C1;
}
</style>
background-color css
<style>
a { background-color: #BDD1C1; }
a { background-color: rgb(189,209,193); }
div.DivClassName
{
background-color: #BDD1C1;
}
.BgClassName
{
background-color: #BDD1C1;
}
</style>
border-color css
<style>
span { border-color: #BDD1C1; }
span { border-color: rgb(189,209,193); }
td.TdClassName
{
border-color: #BDD1C1;
}
.TagClassName
{
border-color: #BDD1C1;
}
</style>