Shades of Edgewater #BDDAC8
Tints of Edgewater #BDDAC8
RGB
CMYK
RGB Variations
Color information
#BDDAC8 (or 0xBDDAC8) is known color: Edgewater. HEX triplet: BD, DA and C8. RGB value is (189,218,200). Sum of RGB (Red+Green+Blue) = 189+218+200=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAC8 is #422537. Grayscale: #CFCFCF. Windows color (decimal): -4334904 or 13163197. OLE color: 13163197.
HSL color Cylindrical-coordinate representation of color #BDDAC8: hue angle of 142.76º 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 #BDDAC8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 200 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.15 |
| HSL | 142.76º | 0.28% | 0.8% | - |
| HSV(B) | 142.76º | 0.13% | 0.85% | - |
| XYZ | 56.48 | 65.13 | 64.24 | - |
| YUV | 207.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 200 | 0.13 | 0 | 0.08 | 0.15 | 142.76 | 0.28 | 0.8 |
| Hex | BD | DA | C8 | D | 0 | 8 | F | 8F | 1C | 50 |
| Octal | 275 | 332 | 310 | 15 | 0 | 10 | 17 | 217 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11001000 | 1101 | 0 | 1000 | 1111 | 10001111 | 11100 | 1010000 |
Color Harmonies of #BDDAC8
Complementary color
Monochromatic Colors of #BDDAC8
Black with #BDDAC8
Text Example
Text Example
White with #BDDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAC8; }
p { color: rgb(189,218,200); }
H1.HeaderClassName
{
color: #BDDAC8;
}
.AnyTagClassName
{
color: #BDDAC8;
}
</style>
background-color css
<style>
a { background-color: #BDDAC8; }
a { background-color: rgb(189,218,200); }
div.DivClassName
{
background-color: #BDDAC8;
}
.BgClassName
{
background-color: #BDDAC8;
}
</style>
border-color css
<style>
span { border-color: #BDDAC8; }
span { border-color: rgb(189,218,200); }
td.TdClassName
{
border-color: #BDDAC8;
}
.TagClassName
{
border-color: #BDDAC8;
}
</style>