Shades of Heather #BEC0C1
Tints of Heather #BEC0C1
RGB
CMYK
RGB Variations
Color information
#BEC0C1 (or 0xBEC0C1) is known color: Heather. HEX triplet: BE, C0 and C1. RGB value is (190,192,193). Sum of RGB (Red+Green+Blue) = 190+192+193=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0C1 is #413F3E. Grayscale: #BFBFBF. Windows color (decimal): -4276031 or 12697790. OLE color: 12697790.
HSL color Cylindrical-coordinate representation of color #BEC0C1: hue angle of 200º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEC0C1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 192 | 193 | - |
CMYK | 0.02 | 0.01 | 0 | 0.24 |
HSL | 200º | 0.02% | 0.75% | - |
HSV(B) | 200º | 0.02% | 0.76% | - |
XYZ | 49.71 | 52.5 | 57.96 | - |
YUV | 191.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 192 | 193 | 0.02 | 0.01 | 0 | 0.24 | 200 | 0.02 | 0.75 |
Hex | BE | C0 | C1 | 2 | 1 | 0 | 18 | C8 | 2 | 4B |
Octal | 276 | 300 | 301 | 2 | 1 | 0 | 30 | 310 | 2 | 113 |
Binary | 10111110 | 11000000 | 11000001 | 10 | 1 | 0 | 11000 | 11001000 | 10 | 1001011 |
Color Harmonies of #BEC0C1
Complementary color
Monochromatic Colors of #BEC0C1
Black with #BEC0C1
Text Example
Text Example
White with #BEC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC0C1; }
p { color: rgb(190,192,193); }
H1.HeaderClassName
{
color: #BEC0C1;
}
.AnyTagClassName
{
color: #BEC0C1;
}
</style>
background-color css
<style>
a { background-color: #BEC0C1; }
a { background-color: rgb(190,192,193); }
div.DivClassName
{
background-color: #BEC0C1;
}
.BgClassName
{
background-color: #BEC0C1;
}
</style>
border-color css
<style>
span { border-color: #BEC0C1; }
span { border-color: rgb(190,192,193); }
td.TdClassName
{
border-color: #BEC0C1;
}
.TagClassName
{
border-color: #BEC0C1;
}
</style>