Shades of Lola #BFB1C4
Tints of Lola #BFB1C4
RGB
CMYK
RGB Variations
Color information
#BFB1C4 (or 0xBFB1C4) is known color: Lola. HEX triplet: BF, B1 and C4. RGB value is (191,177,196). Sum of RGB (Red+Green+Blue) = 191+177+196=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFB1C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C4 is #404E3B. Grayscale: #B7B7B7. Windows color (decimal): -4214332 or 12890559. OLE color: 12890559.
HSL color Cylindrical-coordinate representation of color #BFB1C4: hue angle of 284.21º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB1C4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 177 | 196 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.23 |
| HSL | 284.21º | 0.14% | 0.73% | - |
| HSV(B) | 284.21º | 0.1% | 0.77% | - |
| XYZ | 47.17 | 46.51 | 58.71 | - |
| YUV | 183.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 196 | 0.03 | 0.10 | 0 | 0.23 | 284.21 | 0.14 | 0.73 |
| Hex | BF | B1 | C4 | 3 | A | 0 | 17 | 11C | E | 49 |
| Octal | 277 | 261 | 304 | 3 | 12 | 0 | 27 | 434 | 16 | 111 |
| Binary | 10111111 | 10110001 | 11000100 | 11 | 1010 | 0 | 10111 | 100011100 | 1110 | 1001001 |
Color Harmonies of #BFB1C4
Complementary color
Monochromatic Colors of #BFB1C4
Black with #BFB1C4
Text Example
Text Example
White with #BFB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1C4; }
p { color: rgb(191,177,196); }
H1.HeaderClassName
{
color: #BFB1C4;
}
.AnyTagClassName
{
color: #BFB1C4;
}
</style>
background-color css
<style>
a { background-color: #BFB1C4; }
a { background-color: rgb(191,177,196); }
div.DivClassName
{
background-color: #BFB1C4;
}
.BgClassName
{
background-color: #BFB1C4;
}
</style>
border-color css
<style>
span { border-color: #BFB1C4; }
span { border-color: rgb(191,177,196); }
td.TdClassName
{
border-color: #BFB1C4;
}
.TagClassName
{
border-color: #BFB1C4;
}
</style>