Shades of Lola #BFAFC5
Tints of Lola #BFAFC5
RGB
CMYK
RGB Variations
Color information
#BFAFC5 (or 0xBFAFC5) is known color: Lola. HEX triplet: BF, AF and C5. RGB value is (191,175,197). Sum of RGB (Red+Green+Blue) = 191+175+197=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC5 is #40503A. Grayscale: #B6B6B6. Windows color (decimal): -4214843 or 12955583. OLE color: 12955583.
HSL color Cylindrical-coordinate representation of color #BFAFC5: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAFC5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 175 | 197 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.23 |
| HSL | 283.64º | 0.16% | 0.73% | - |
| HSV(B) | 283.64º | 0.11% | 0.77% | - |
| XYZ | 46.89 | 45.77 | 59.19 | - |
| YUV | 182.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 197 | 0.03 | 0.11 | 0 | 0.23 | 283.64 | 0.16 | 0.73 |
| Hex | BF | AF | C5 | 3 | B | 0 | 17 | 11C | 10 | 49 |
| Octal | 277 | 257 | 305 | 3 | 13 | 0 | 27 | 434 | 20 | 111 |
| Binary | 10111111 | 10101111 | 11000101 | 11 | 1011 | 0 | 10111 | 100011100 | 10000 | 1001001 |
Color Harmonies of #BFAFC5
Complementary color
Monochromatic Colors of #BFAFC5
Black with #BFAFC5
Text Example
Text Example
White with #BFAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFC5; }
p { color: rgb(191,175,197); }
H1.HeaderClassName
{
color: #BFAFC5;
}
.AnyTagClassName
{
color: #BFAFC5;
}
</style>
background-color css
<style>
a { background-color: #BFAFC5; }
a { background-color: rgb(191,175,197); }
div.DivClassName
{
background-color: #BFAFC5;
}
.BgClassName
{
background-color: #BFAFC5;
}
</style>
border-color css
<style>
span { border-color: #BFAFC5; }
span { border-color: rgb(191,175,197); }
td.TdClassName
{
border-color: #BFAFC5;
}
.TagClassName
{
border-color: #BFAFC5;
}
</style>