Shades of Edgewater #BDDAC6
Tints of Edgewater #BDDAC6
RGB
CMYK
RGB Variations
Color information
#BDDAC6 (or 0xBDDAC6) is known color: Edgewater. HEX triplet: BD, DA and C6. RGB value is (189,218,198). Sum of RGB (Red+Green+Blue) = 189+218+198=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC6 is #422539. Grayscale: #CFCFCF. Windows color (decimal): -4334906 or 13032125. OLE color: 13032125.
HSL color Cylindrical-coordinate representation of color #BDDAC6: hue angle of 138.62º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAC6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 198 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.15 |
| HSL | 138.62º | 0.28% | 0.8% | - |
| HSV(B) | 138.62º | 0.13% | 0.85% | - |
| XYZ | 56.25 | 65.04 | 63.02 | - |
| YUV | 207.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 198 | 0.13 | 0 | 0.09 | 0.15 | 138.62 | 0.28 | 0.8 |
| Hex | BD | DA | C6 | D | 0 | 9 | F | 8B | 1C | 50 |
| Octal | 275 | 332 | 306 | 15 | 0 | 11 | 17 | 213 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11000110 | 1101 | 0 | 1001 | 1111 | 10001011 | 11100 | 1010000 |
Color Harmonies of #BDDAC6
Complementary color
Monochromatic Colors of #BDDAC6
Black with #BDDAC6
Text Example
Text Example
White with #BDDAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAC6; }
p { color: rgb(189,218,198); }
H1.HeaderClassName
{
color: #BDDAC6;
}
.AnyTagClassName
{
color: #BDDAC6;
}
</style>
background-color css
<style>
a { background-color: #BDDAC6; }
a { background-color: rgb(189,218,198); }
div.DivClassName
{
background-color: #BDDAC6;
}
.BgClassName
{
background-color: #BDDAC6;
}
</style>
border-color css
<style>
span { border-color: #BDDAC6; }
span { border-color: rgb(189,218,198); }
td.TdClassName
{
border-color: #BDDAC6;
}
.TagClassName
{
border-color: #BDDAC6;
}
</style>