Shades of Edgewater #BDCEC2
Tints of Edgewater #BDCEC2
RGB
CMYK
RGB Variations
Color information
#BDCEC2 (or 0xBDCEC2) is known color: Edgewater. HEX triplet: BD, CE and C2. RGB value is (189,206,194). Sum of RGB (Red+Green+Blue) = 189+206+194=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC2 is #42313D. Grayscale: #C7C7C7. Windows color (decimal): -4337982 or 12766909. OLE color: 12766909.
HSL color Cylindrical-coordinate representation of color #BDCEC2: hue angle of 137.65º 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 #BDCEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 194 | - |
CMYK | 0.08 | 0 | 0.06 | 0.19 |
HSL | 137.65º | 0.15% | 0.77% | - |
HSV(B) | 137.65º | 0.08% | 0.81% | - |
XYZ | 52.8 | 58.86 | 59.62 | - |
YUV | 199.55 | 124.87 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 194 | 0.08 | 0 | 0.06 | 0.19 | 137.65 | 0.15 | 0.77 |
Hex | BD | CE | C2 | 8 | 0 | 6 | 13 | 8A | F | 4D |
Octal | 275 | 316 | 302 | 10 | 0 | 6 | 23 | 212 | 17 | 115 |
Binary | 10111101 | 11001110 | 11000010 | 1000 | 0 | 110 | 10011 | 10001010 | 1111 | 1001101 |
Color Harmonies of #BDCEC2
Complementary color
Monochromatic Colors of #BDCEC2
Black with #BDCEC2
Text Example
Text Example
White with #BDCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC2; }
p { color: rgb(189,206,194); }
H1.HeaderClassName
{
color: #BDCEC2;
}
.AnyTagClassName
{
color: #BDCEC2;
}
</style>
background-color css
<style>
a { background-color: #BDCEC2; }
a { background-color: rgb(189,206,194); }
div.DivClassName
{
background-color: #BDCEC2;
}
.BgClassName
{
background-color: #BDCEC2;
}
</style>
border-color css
<style>
span { border-color: #BDCEC2; }
span { border-color: rgb(189,206,194); }
td.TdClassName
{
border-color: #BDCEC2;
}
.TagClassName
{
border-color: #BDCEC2;
}
</style>