Shades of Edgewater #BDCCC1
Tints of Edgewater #BDCCC1
RGB
CMYK
RGB Variations
Color information
#BDCCC1 (or 0xBDCCC1) is known color: Edgewater. HEX triplet: BD, CC and C1. RGB value is (189,204,193). Sum of RGB (Red+Green+Blue) = 189+204+193=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC1 is #42333E. Grayscale: #C6C6C6. Windows color (decimal): -4338495 or 12700861. OLE color: 12700861.
HSL color Cylindrical-coordinate representation of color #BDCCC1: hue angle of 136º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 193 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.2 |
| HSL | 136º | 0.13% | 0.77% | - |
| HSV(B) | 136º | 0.07% | 0.8% | - |
| XYZ | 52.2 | 57.85 | 58.87 | - |
| YUV | 198.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 193 | 0.07 | 0 | 0.05 | 0.2 | 136 | 0.13 | 0.77 |
| Hex | BD | CC | C1 | 7 | 0 | 5 | 14 | 88 | D | 4D |
| Octal | 275 | 314 | 301 | 7 | 0 | 5 | 24 | 210 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11000001 | 111 | 0 | 101 | 10100 | 10001000 | 1101 | 1001101 |
Color Harmonies of #BDCCC1
Complementary color
Monochromatic Colors of #BDCCC1
Black with #BDCCC1
Text Example
Text Example
White with #BDCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC1; }
p { color: rgb(189,204,193); }
H1.HeaderClassName
{
color: #BDCCC1;
}
.AnyTagClassName
{
color: #BDCCC1;
}
</style>
background-color css
<style>
a { background-color: #BDCCC1; }
a { background-color: rgb(189,204,193); }
div.DivClassName
{
background-color: #BDCCC1;
}
.BgClassName
{
background-color: #BDCCC1;
}
</style>
border-color css
<style>
span { border-color: #BDCCC1; }
span { border-color: rgb(189,204,193); }
td.TdClassName
{
border-color: #BDCCC1;
}
.TagClassName
{
border-color: #BDCCC1;
}
</style>