Shades of Lola #BFA5C6
Tints of Lola #BFA5C6
RGB
CMYK
RGB Variations
Color information
#BFA5C6 (or 0xBFA5C6) is known color: Lola. HEX triplet: BF, A5 and C6. RGB value is (191,165,198). Sum of RGB (Red+Green+Blue) = 191+165+198=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFA5C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5C6 is #405A39. Grayscale: #B0B0B0. Windows color (decimal): -4217402 or 13018559. OLE color: 13018559.
HSL color Cylindrical-coordinate representation of color #BFA5C6: hue angle of 287.27º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA5C6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 165 | 198 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.22 |
| HSL | 287.27º | 0.22% | 0.71% | - |
| HSV(B) | 287.27º | 0.17% | 0.78% | - |
| XYZ | 45.13 | 42.06 | 59.17 | - |
| YUV | 176.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 198 | 0.04 | 0.17 | 0 | 0.22 | 287.27 | 0.22 | 0.71 |
| Hex | BF | A5 | C6 | 4 | 11 | 0 | 16 | 11F | 16 | 47 |
| Octal | 277 | 245 | 306 | 4 | 21 | 0 | 26 | 437 | 26 | 107 |
| Binary | 10111111 | 10100101 | 11000110 | 100 | 10001 | 0 | 10110 | 100011111 | 10110 | 1000111 |
Color Harmonies of #BFA5C6
Complementary color
Monochromatic Colors of #BFA5C6
Black with #BFA5C6
Text Example
Text Example
White with #BFA5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA5C6; }
p { color: rgb(191,165,198); }
H1.HeaderClassName
{
color: #BFA5C6;
}
.AnyTagClassName
{
color: #BFA5C6;
}
</style>
background-color css
<style>
a { background-color: #BFA5C6; }
a { background-color: rgb(191,165,198); }
div.DivClassName
{
background-color: #BFA5C6;
}
.BgClassName
{
background-color: #BFA5C6;
}
</style>
border-color css
<style>
span { border-color: #BFA5C6; }
span { border-color: rgb(191,165,198); }
td.TdClassName
{
border-color: #BFA5C6;
}
.TagClassName
{
border-color: #BFA5C6;
}
</style>