Shades of Edgewater #BDCEC1
Tints of Edgewater #BDCEC1
RGB
CMYK
RGB Variations
Color information
#BDCEC1 (or 0xBDCEC1) is known color: Edgewater. HEX triplet: BD, CE and C1. RGB value is (189,206,193). Sum of RGB (Red+Green+Blue) = 189+206+193=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC1 is #42313E. Grayscale: #C7C7C7. Windows color (decimal): -4337983 or 12701373. OLE color: 12701373.
HSL color Cylindrical-coordinate representation of color #BDCEC1: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 193 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.19 |
| HSL | 134.12º | 0.15% | 0.77% | - |
| HSV(B) | 134.12º | 0.08% | 0.81% | - |
| XYZ | 52.68 | 58.81 | 59.03 | - |
| YUV | 199.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 193 | 0.08 | 0 | 0.06 | 0.19 | 134.12 | 0.15 | 0.77 |
| Hex | BD | CE | C1 | 8 | 0 | 6 | 13 | 86 | F | 4D |
| Octal | 275 | 316 | 301 | 10 | 0 | 6 | 23 | 206 | 17 | 115 |
| Binary | 10111101 | 11001110 | 11000001 | 1000 | 0 | 110 | 10011 | 10000110 | 1111 | 1001101 |
Color Harmonies of #BDCEC1
Complementary color
Monochromatic Colors of #BDCEC1
Black with #BDCEC1
Text Example
Text Example
White with #BDCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC1; }
p { color: rgb(189,206,193); }
H1.HeaderClassName
{
color: #BDCEC1;
}
.AnyTagClassName
{
color: #BDCEC1;
}
</style>
background-color css
<style>
a { background-color: #BDCEC1; }
a { background-color: rgb(189,206,193); }
div.DivClassName
{
background-color: #BDCEC1;
}
.BgClassName
{
background-color: #BDCEC1;
}
</style>
border-color css
<style>
span { border-color: #BDCEC1; }
span { border-color: rgb(189,206,193); }
td.TdClassName
{
border-color: #BDCEC1;
}
.TagClassName
{
border-color: #BDCEC1;
}
</style>