Shades of Lola #BFA5C4
Tints of Lola #BFA5C4
RGB
CMYK
RGB Variations
Color information
#BFA5C4 (or 0xBFA5C4) is known color: Lola. HEX triplet: BF, A5 and C4. RGB value is (191,165,196). Sum of RGB (Red+Green+Blue) = 191+165+196=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #BFA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5C4 is #405A3B. Grayscale: #B0B0B0. Windows color (decimal): -4217404 or 12887487. OLE color: 12887487.
HSL color Cylindrical-coordinate representation of color #BFA5C4: hue angle of 290.32º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA5C4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 165 | 196 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.23 |
| HSL | 290.32º | 0.21% | 0.71% | - |
| HSV(B) | 290.32º | 0.16% | 0.77% | - |
| XYZ | 44.9 | 41.97 | 57.96 | - |
| YUV | 176.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 196 | 0.03 | 0.16 | 0 | 0.23 | 290.32 | 0.21 | 0.71 |
| Hex | BF | A5 | C4 | 3 | 10 | 0 | 17 | 122 | 15 | 47 |
| Octal | 277 | 245 | 304 | 3 | 20 | 0 | 27 | 442 | 25 | 107 |
| Binary | 10111111 | 10100101 | 11000100 | 11 | 10000 | 0 | 10111 | 100100010 | 10101 | 1000111 |
Color Harmonies of #BFA5C4
Complementary color
Monochromatic Colors of #BFA5C4
Black with #BFA5C4
Text Example
Text Example
White with #BFA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5C4; }
p { color: rgb(191,165,196); }
H1.HeaderClassName
{
color: #BFA5C4;
}
.AnyTagClassName
{
color: #BFA5C4;
}
</style>
background-color css
<style>
a { background-color: #BFA5C4; }
a { background-color: rgb(191,165,196); }
div.DivClassName
{
background-color: #BFA5C4;
}
.BgClassName
{
background-color: #BFA5C4;
}
</style>
border-color css
<style>
span { border-color: #BFA5C4; }
span { border-color: rgb(191,165,196); }
td.TdClassName
{
border-color: #BFA5C4;
}
.TagClassName
{
border-color: #BFA5C4;
}
</style>