Shades of Heather #BEBFC0
Tints of Heather #BEBFC0
RGB
CMYK
RGB Variations
Color information
#BEBFC0 (or 0xBEBFC0) is known color: Heather. HEX triplet: BE, BF and C0. RGB value is (190,191,192). Sum of RGB (Red+Green+Blue) = 190+191+192=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC0 is #41403F. Grayscale: #BEBEBE. Windows color (decimal): -4276288 or 12631998. OLE color: 12631998.
HSL color Cylindrical-coordinate representation of color #BEBFC0: hue angle of 210º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BEBFC0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 191 | 192 | - |
CMYK | 0.01 | 0.01 | 0 | 0.25 |
HSL | 210º | 0.02% | 0.75% | - |
HSV(B) | 210º | 0.01% | 0.75% | - |
XYZ | 49.38 | 52.01 | 57.31 | - |
YUV | 190.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 191 | 192 | 0.01 | 0.01 | 0 | 0.25 | 210 | 0.02 | 0.75 |
Hex | BE | BF | C0 | 1 | 1 | 0 | 19 | D2 | 2 | 4B |
Octal | 276 | 277 | 300 | 1 | 1 | 0 | 31 | 322 | 2 | 113 |
Binary | 10111110 | 10111111 | 11000000 | 1 | 1 | 0 | 11001 | 11010010 | 10 | 1001011 |
Color Harmonies of #BEBFC0
Complementary color
Monochromatic Colors of #BEBFC0
Black with #BEBFC0
Text Example
Text Example
White with #BEBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFC0; }
p { color: rgb(190,191,192); }
H1.HeaderClassName
{
color: #BEBFC0;
}
.AnyTagClassName
{
color: #BEBFC0;
}
</style>
background-color css
<style>
a { background-color: #BEBFC0; }
a { background-color: rgb(190,191,192); }
div.DivClassName
{
background-color: #BEBFC0;
}
.BgClassName
{
background-color: #BEBFC0;
}
</style>
border-color css
<style>
span { border-color: #BEBFC0; }
span { border-color: rgb(190,191,192); }
td.TdClassName
{
border-color: #BEBFC0;
}
.TagClassName
{
border-color: #BEBFC0;
}
</style>