Shades of Lola #BFB8C0
Tints of Lola #BFB8C0
RGB
CMYK
RGB Variations
Color information
#BFB8C0 (or 0xBFB8C0) is known color: Lola. HEX triplet: BF, B8 and C0. RGB value is (191,184,192). Sum of RGB (Red+Green+Blue) = 191+184+192=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFB8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8C0 is #40473F. Grayscale: #BABABA. Windows color (decimal): -4212544 or 12630207. OLE color: 12630207.
HSL color Cylindrical-coordinate representation of color #BFB8C0: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFB8C0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 192 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.25 |
| HSL | 292.5º | 0.06% | 0.74% | - |
| HSV(B) | 292.5º | 0.04% | 0.75% | - |
| XYZ | 48.14 | 49.16 | 56.82 | - |
| YUV | 187.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 192 | 0.01 | 0.04 | 0 | 0.25 | 292.5 | 0.06 | 0.74 |
| Hex | BF | B8 | C0 | 1 | 4 | 0 | 19 | 124 | 6 | 4A |
| Octal | 277 | 270 | 300 | 1 | 4 | 0 | 31 | 444 | 6 | 112 |
| Binary | 10111111 | 10111000 | 11000000 | 1 | 100 | 0 | 11001 | 100100100 | 110 | 1001010 |
Color Harmonies of #BFB8C0
Complementary color
Monochromatic Colors of #BFB8C0
Black with #BFB8C0
Text Example
Text Example
White with #BFB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8C0; }
p { color: rgb(191,184,192); }
H1.HeaderClassName
{
color: #BFB8C0;
}
.AnyTagClassName
{
color: #BFB8C0;
}
</style>
background-color css
<style>
a { background-color: #BFB8C0; }
a { background-color: rgb(191,184,192); }
div.DivClassName
{
background-color: #BFB8C0;
}
.BgClassName
{
background-color: #BFB8C0;
}
</style>
border-color css
<style>
span { border-color: #BFB8C0; }
span { border-color: rgb(191,184,192); }
td.TdClassName
{
border-color: #BFB8C0;
}
.TagClassName
{
border-color: #BFB8C0;
}
</style>