Shades of Edgewater #BECFC2
Tints of Edgewater #BECFC2
RGB
CMYK
RGB Variations
Color information
#BECFC2 (or 0xBECFC2) is known color: Edgewater. HEX triplet: BE, CF and C2. RGB value is (190,207,194). Sum of RGB (Red+Green+Blue) = 190+207+194=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC2 is #41303D. Grayscale: #C8C8C8. Windows color (decimal): -4272190 or 12767166. OLE color: 12767166.
HSL color Cylindrical-coordinate representation of color #BECFC2: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 194 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.19 |
| HSL | 134.12º | 0.15% | 0.78% | - |
| HSV(B) | 134.12º | 0.08% | 0.81% | - |
| XYZ | 53.29 | 59.47 | 59.71 | - |
| YUV | 200.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 194 | 0.08 | 0 | 0.06 | 0.19 | 134.12 | 0.15 | 0.78 |
| Hex | BE | CF | C2 | 8 | 0 | 6 | 13 | 86 | F | 4E |
| Octal | 276 | 317 | 302 | 10 | 0 | 6 | 23 | 206 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000010 | 1000 | 0 | 110 | 10011 | 10000110 | 1111 | 1001110 |
Color Harmonies of #BECFC2
Complementary color
Monochromatic Colors of #BECFC2
Black with #BECFC2
Text Example
Text Example
White with #BECFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC2; }
p { color: rgb(190,207,194); }
H1.HeaderClassName
{
color: #BECFC2;
}
.AnyTagClassName
{
color: #BECFC2;
}
</style>
background-color css
<style>
a { background-color: #BECFC2; }
a { background-color: rgb(190,207,194); }
div.DivClassName
{
background-color: #BECFC2;
}
.BgClassName
{
background-color: #BECFC2;
}
</style>
border-color css
<style>
span { border-color: #BECFC2; }
span { border-color: rgb(190,207,194); }
td.TdClassName
{
border-color: #BECFC2;
}
.TagClassName
{
border-color: #BECFC2;
}
</style>