Shades of Tiara #BEC1C0
Tints of Tiara #BEC1C0
RGB
CMYK
RGB Variations
Color information
#BEC1C0 (or 0xBEC1C0) is known color: Tiara. HEX triplet: BE, C1 and C0. RGB value is (190,193,192). Sum of RGB (Red+Green+Blue) = 190+193+192=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1C0 is #413E3F. Grayscale: #BFBFBF. Windows color (decimal): -4275776 or 12632510. OLE color: 12632510.
HSL color Cylindrical-coordinate representation of color #BEC1C0: hue angle of 160º 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 #BEC1C0 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 193 | 192 | - |
CMYK | 0.02 | 0 | 0.01 | 0.24 |
HSL | 160º | 0.02% | 0.75% | - |
HSV(B) | 160º | 0.02% | 0.76% | - |
XYZ | 49.82 | 52.89 | 57.45 | - |
YUV | 191.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 193 | 192 | 0.02 | 0 | 0.01 | 0.24 | 160 | 0.02 | 0.75 |
Hex | BE | C1 | C0 | 2 | 0 | 1 | 18 | A0 | 2 | 4B |
Octal | 276 | 301 | 300 | 2 | 0 | 1 | 30 | 240 | 2 | 113 |
Binary | 10111110 | 11000001 | 11000000 | 10 | 0 | 1 | 11000 | 10100000 | 10 | 1001011 |
Color Harmonies of #BEC1C0
Complementary color
Monochromatic Colors of #BEC1C0
Black with #BEC1C0
Text Example
Text Example
White with #BEC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC1C0; }
p { color: rgb(190,193,192); }
H1.HeaderClassName
{
color: #BEC1C0;
}
.AnyTagClassName
{
color: #BEC1C0;
}
</style>
background-color css
<style>
a { background-color: #BEC1C0; }
a { background-color: rgb(190,193,192); }
div.DivClassName
{
background-color: #BEC1C0;
}
.BgClassName
{
background-color: #BEC1C0;
}
</style>
border-color css
<style>
span { border-color: #BEC1C0; }
span { border-color: rgb(190,193,192); }
td.TdClassName
{
border-color: #BEC1C0;
}
.TagClassName
{
border-color: #BEC1C0;
}
</style>