Shades of Lola #BFB4C1
Tints of Lola #BFB4C1
RGB
CMYK
RGB Variations
Color information
#BFB4C1 (or 0xBFB4C1) is known color: Lola. HEX triplet: BF, B4 and C1. RGB value is (191,180,193). Sum of RGB (Red+Green+Blue) = 191+180+193=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4C1 is #404B3E. Grayscale: #B8B8B8. Windows color (decimal): -4213567 or 12694719. OLE color: 12694719.
HSL color Cylindrical-coordinate representation of color #BFB4C1: hue angle of 290.77º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB4C1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 180 | 193 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.24 |
| HSL | 290.77º | 0.09% | 0.73% | - |
| HSV(B) | 290.77º | 0.07% | 0.76% | - |
| XYZ | 47.43 | 47.57 | 57.13 | - |
| YUV | 184.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 193 | 0.01 | 0.07 | 0 | 0.24 | 290.77 | 0.09 | 0.73 |
| Hex | BF | B4 | C1 | 1 | 7 | 0 | 18 | 123 | 9 | 49 |
| Octal | 277 | 264 | 301 | 1 | 7 | 0 | 30 | 443 | 11 | 111 |
| Binary | 10111111 | 10110100 | 11000001 | 1 | 111 | 0 | 11000 | 100100011 | 1001 | 1001001 |
Color Harmonies of #BFB4C1
Complementary color
Monochromatic Colors of #BFB4C1
Black with #BFB4C1
Text Example
Text Example
White with #BFB4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4C1; }
p { color: rgb(191,180,193); }
H1.HeaderClassName
{
color: #BFB4C1;
}
.AnyTagClassName
{
color: #BFB4C1;
}
</style>
background-color css
<style>
a { background-color: #BFB4C1; }
a { background-color: rgb(191,180,193); }
div.DivClassName
{
background-color: #BFB4C1;
}
.BgClassName
{
background-color: #BFB4C1;
}
</style>
border-color css
<style>
span { border-color: #BFB4C1; }
span { border-color: rgb(191,180,193); }
td.TdClassName
{
border-color: #BFB4C1;
}
.TagClassName
{
border-color: #BFB4C1;
}
</style>