Shades of Lola #BFAEBE
Tints of Lola #BFAEBE
RGB
CMYK
RGB Variations
Color information
#BFAEBE (or 0xBFAEBE) is known color: Lola. HEX triplet: BF, AE and BE. RGB value is (191,174,190). Sum of RGB (Red+Green+Blue) = 191+174+190=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEBE is #405141. Grayscale: #B4B4B4. Windows color (decimal): -4215106 or 12496575. OLE color: 12496575.
HSL color Cylindrical-coordinate representation of color #BFAEBE: hue angle of 303.53º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFAEBE is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 174 | 190 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.25 |
| HSL | 303.53º | 0.12% | 0.72% | - |
| HSV(B) | 303.53º | 0.09% | 0.75% | - |
| XYZ | 45.92 | 45.07 | 54.99 | - |
| YUV | 180.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 190 | 0 | 0.09 | 0.01 | 0.25 | 303.53 | 0.12 | 0.72 |
| Hex | BF | AE | BE | 0 | 9 | 1 | 19 | 130 | C | 48 |
| Octal | 277 | 256 | 276 | 0 | 11 | 1 | 31 | 460 | 14 | 110 |
| Binary | 10111111 | 10101110 | 10111110 | 0 | 1001 | 1 | 11001 | 100110000 | 1100 | 1001000 |
Color Harmonies of #BFAEBE
Complementary color
Monochromatic Colors of #BFAEBE
Black with #BFAEBE
Text Example
Text Example
White with #BFAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEBE; }
p { color: rgb(191,174,190); }
H1.HeaderClassName
{
color: #BFAEBE;
}
.AnyTagClassName
{
color: #BFAEBE;
}
</style>
background-color css
<style>
a { background-color: #BFAEBE; }
a { background-color: rgb(191,174,190); }
div.DivClassName
{
background-color: #BFAEBE;
}
.BgClassName
{
background-color: #BFAEBE;
}
</style>
border-color css
<style>
span { border-color: #BFAEBE; }
span { border-color: rgb(191,174,190); }
td.TdClassName
{
border-color: #BFAEBE;
}
.TagClassName
{
border-color: #BFAEBE;
}
</style>