Shades of Lola #BEBABE
Tints of Lola #BEBABE
RGB
CMYK
RGB Variations
Color information
#BEBABE (or 0xBEBABE) is known color: Lola. HEX triplet: BE, BA and BE. RGB value is (190,186,190). Sum of RGB (Red+Green+Blue) = 190+186+190=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBABE is #414541. Grayscale: #BBBBBB. Windows color (decimal): -4277570 or 12499646. OLE color: 12499646.
HSL color Cylindrical-coordinate representation of color #BEBABE: hue angle of 300º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BEBABE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 186 | 190 | - |
CMYK | 0 | 0.02 | 0 | 0.25 |
HSL | 300º | 0.03% | 0.74% | - |
HSV(B) | 300º | 0.02% | 0.75% | - |
XYZ | 48.09 | 49.78 | 55.79 | - |
YUV | 187.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 186 | 190 | 0 | 0.02 | 0 | 0.25 | 300 | 0.03 | 0.74 |
Hex | BE | BA | BE | 0 | 2 | 0 | 19 | 12C | 3 | 4A |
Octal | 276 | 272 | 276 | 0 | 2 | 0 | 31 | 454 | 3 | 112 |
Binary | 10111110 | 10111010 | 10111110 | 0 | 10 | 0 | 11001 | 100101100 | 11 | 1001010 |
Color Harmonies of #BEBABE
Complementary color
Monochromatic Colors of #BEBABE
Black with #BEBABE
Text Example
Text Example
White with #BEBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBABE; }
p { color: rgb(190,186,190); }
H1.HeaderClassName
{
color: #BEBABE;
}
.AnyTagClassName
{
color: #BEBABE;
}
</style>
background-color css
<style>
a { background-color: #BEBABE; }
a { background-color: rgb(190,186,190); }
div.DivClassName
{
background-color: #BEBABE;
}
.BgClassName
{
background-color: #BEBABE;
}
</style>
border-color css
<style>
span { border-color: #BEBABE; }
span { border-color: rgb(190,186,190); }
td.TdClassName
{
border-color: #BEBABE;
}
.TagClassName
{
border-color: #BEBABE;
}
</style>