Shades of Edgewater #BDD6C5
Tints of Edgewater #BDD6C5
RGB
CMYK
RGB Variations
Color information
#BDD6C5 (or 0xBDD6C5) is known color: Edgewater. HEX triplet: BD, D6 and C5. RGB value is (189,214,197). Sum of RGB (Red+Green+Blue) = 189+214+197=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6C5 is #42293A. Grayscale: #CCCCCC. Windows color (decimal): -4335931 or 12965565. OLE color: 12965565.
HSL color Cylindrical-coordinate representation of color #BDD6C5: hue angle of 139.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD6C5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 197 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 139.2º | 0.23% | 0.79% | - |
| HSV(B) | 139.2º | 0.12% | 0.84% | - |
| XYZ | 55.11 | 62.94 | 62.07 | - |
| YUV | 204.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 197 | 0.12 | 0 | 0.08 | 0.16 | 139.2 | 0.23 | 0.79 |
| Hex | BD | D6 | C5 | C | 0 | 8 | 10 | 8B | 17 | 4F |
| Octal | 275 | 326 | 305 | 14 | 0 | 10 | 20 | 213 | 27 | 117 |
| Binary | 10111101 | 11010110 | 11000101 | 1100 | 0 | 1000 | 10000 | 10001011 | 10111 | 1001111 |
Color Harmonies of #BDD6C5
Complementary color
Monochromatic Colors of #BDD6C5
Black with #BDD6C5
Text Example
Text Example
White with #BDD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6C5; }
p { color: rgb(189,214,197); }
H1.HeaderClassName
{
color: #BDD6C5;
}
.AnyTagClassName
{
color: #BDD6C5;
}
</style>
background-color css
<style>
a { background-color: #BDD6C5; }
a { background-color: rgb(189,214,197); }
div.DivClassName
{
background-color: #BDD6C5;
}
.BgClassName
{
background-color: #BDD6C5;
}
</style>
border-color css
<style>
span { border-color: #BDD6C5; }
span { border-color: rgb(189,214,197); }
td.TdClassName
{
border-color: #BDD6C5;
}
.TagClassName
{
border-color: #BDD6C5;
}
</style>