Shades of Lola #BFB3C3
Tints of Lola #BFB3C3
RGB
CMYK
RGB Variations
Color information
#BFB3C3 (or 0xBFB3C3) is known color: Lola. HEX triplet: BF, B3 and C3. RGB value is (191,179,195). Sum of RGB (Red+Green+Blue) = 191+179+195=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFB3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C3 is #404C3C. Grayscale: #B8B8B8. Windows color (decimal): -4213821 or 12825535. OLE color: 12825535.
HSL color Cylindrical-coordinate representation of color #BFB3C3: hue angle of 285º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB3C3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 179 | 195 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.24 |
| HSL | 285º | 0.12% | 0.73% | - |
| HSV(B) | 285º | 0.08% | 0.76% | - |
| XYZ | 47.46 | 47.26 | 58.25 | - |
| YUV | 184.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 195 | 0.02 | 0.08 | 0 | 0.24 | 285 | 0.12 | 0.73 |
| Hex | BF | B3 | C3 | 2 | 8 | 0 | 18 | 11D | C | 49 |
| Octal | 277 | 263 | 303 | 2 | 10 | 0 | 30 | 435 | 14 | 111 |
| Binary | 10111111 | 10110011 | 11000011 | 10 | 1000 | 0 | 11000 | 100011101 | 1100 | 1001001 |
Color Harmonies of #BFB3C3
Complementary color
Monochromatic Colors of #BFB3C3
Black with #BFB3C3
Text Example
Text Example
White with #BFB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3C3; }
p { color: rgb(191,179,195); }
H1.HeaderClassName
{
color: #BFB3C3;
}
.AnyTagClassName
{
color: #BFB3C3;
}
</style>
background-color css
<style>
a { background-color: #BFB3C3; }
a { background-color: rgb(191,179,195); }
div.DivClassName
{
background-color: #BFB3C3;
}
.BgClassName
{
background-color: #BFB3C3;
}
</style>
border-color css
<style>
span { border-color: #BFB3C3; }
span { border-color: rgb(191,179,195); }
td.TdClassName
{
border-color: #BFB3C3;
}
.TagClassName
{
border-color: #BFB3C3;
}
</style>