Shades of Edgewater #BECFC3
Tints of Edgewater #BECFC3
RGB
CMYK
RGB Variations
Color information
#BECFC3 (or 0xBECFC3) is known color: Edgewater. HEX triplet: BE, CF and C3. RGB value is (190,207,195). Sum of RGB (Red+Green+Blue) = 190+207+195=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFC3 is #41303C. Grayscale: #C8C8C8. Windows color (decimal): -4272189 or 12832702. OLE color: 12832702.
HSL color Cylindrical-coordinate representation of color #BECFC3: hue angle of 137.65º 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 #BECFC3 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 195 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.19 |
| HSL | 137.65º | 0.15% | 0.78% | - |
| HSV(B) | 137.65º | 0.08% | 0.81% | - |
| XYZ | 53.4 | 59.51 | 60.3 | - |
| YUV | 200.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 195 | 0.08 | 0 | 0.06 | 0.19 | 137.65 | 0.15 | 0.78 |
| Hex | BE | CF | C3 | 8 | 0 | 6 | 13 | 8A | F | 4E |
| Octal | 276 | 317 | 303 | 10 | 0 | 6 | 23 | 212 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11000011 | 1000 | 0 | 110 | 10011 | 10001010 | 1111 | 1001110 |
Color Harmonies of #BECFC3
Complementary color
Monochromatic Colors of #BECFC3
Black with #BECFC3
Text Example
Text Example
White with #BECFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFC3; }
p { color: rgb(190,207,195); }
H1.HeaderClassName
{
color: #BECFC3;
}
.AnyTagClassName
{
color: #BECFC3;
}
</style>
background-color css
<style>
a { background-color: #BECFC3; }
a { background-color: rgb(190,207,195); }
div.DivClassName
{
background-color: #BECFC3;
}
.BgClassName
{
background-color: #BECFC3;
}
</style>
border-color css
<style>
span { border-color: #BECFC3; }
span { border-color: rgb(190,207,195); }
td.TdClassName
{
border-color: #BECFC3;
}
.TagClassName
{
border-color: #BECFC3;
}
</style>