Shades of Edgewater #BECDC2
Tints of Edgewater #BECDC2
RGB
CMYK
RGB Variations
Color information
#BECDC2 (or 0xBECDC2) is known color: Edgewater. HEX triplet: BE, CD and C2. RGB value is (190,205,194). Sum of RGB (Red+Green+Blue) = 190+205+194=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC2 is #41323D. Grayscale: #C7C7C7. Windows color (decimal): -4272702 or 12766654. OLE color: 12766654.
HSL color Cylindrical-coordinate representation of color #BECDC2: 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 #BECDC2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 194 | - |
CMYK | 0.07 | 0 | 0.05 | 0.20 |
HSL | 136º | 0.13% | 0.77% | - |
HSV(B) | 136º | 0.07% | 0.8% | - |
XYZ | 52.8 | 58.5 | 59.55 | - |
YUV | 199.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 194 | 0.07 | 0 | 0.05 | 0.20 | 136 | 0.13 | 0.77 |
Hex | BE | CD | C2 | 7 | 0 | 5 | 14 | 88 | D | 4D |
Octal | 276 | 315 | 302 | 7 | 0 | 5 | 24 | 210 | 15 | 115 |
Binary | 10111110 | 11001101 | 11000010 | 111 | 0 | 101 | 10100 | 10001000 | 1101 | 1001101 |
Color Harmonies of #BECDC2
Complementary color
Monochromatic Colors of #BECDC2
Black with #BECDC2
Text Example
Text Example
White with #BECDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC2; }
p { color: rgb(190,205,194); }
H1.HeaderClassName
{
color: #BECDC2;
}
.AnyTagClassName
{
color: #BECDC2;
}
</style>
background-color css
<style>
a { background-color: #BECDC2; }
a { background-color: rgb(190,205,194); }
div.DivClassName
{
background-color: #BECDC2;
}
.BgClassName
{
background-color: #BECDC2;
}
</style>
border-color css
<style>
span { border-color: #BECDC2; }
span { border-color: rgb(190,205,194); }
td.TdClassName
{
border-color: #BECDC2;
}
.TagClassName
{
border-color: #BECDC2;
}
</style>