Shades of Lola #BFAFC3
Tints of Lola #BFAFC3
RGB
CMYK
RGB Variations
Color information
#BFAFC3 (or 0xBFAFC3) is known color: Lola. HEX triplet: BF, AF and C3. RGB value is (191,175,195). Sum of RGB (Red+Green+Blue) = 191+175+195=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFC3 is #40503C. Grayscale: #B6B6B6. Windows color (decimal): -4214845 or 12824511. OLE color: 12824511.
HSL color Cylindrical-coordinate representation of color #BFAFC3: hue angle of 288º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFAFC3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 175 | 195 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.24 |
| HSL | 288º | 0.14% | 0.73% | - |
| HSV(B) | 288º | 0.1% | 0.76% | - |
| XYZ | 46.67 | 45.68 | 57.99 | - |
| YUV | 182.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 195 | 0.02 | 0.10 | 0 | 0.24 | 288 | 0.14 | 0.73 |
| Hex | BF | AF | C3 | 2 | A | 0 | 18 | 120 | E | 49 |
| Octal | 277 | 257 | 303 | 2 | 12 | 0 | 30 | 440 | 16 | 111 |
| Binary | 10111111 | 10101111 | 11000011 | 10 | 1010 | 0 | 11000 | 100100000 | 1110 | 1001001 |
Color Harmonies of #BFAFC3
Complementary color
Monochromatic Colors of #BFAFC3
Black with #BFAFC3
Text Example
Text Example
White with #BFAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAFC3; }
p { color: rgb(191,175,195); }
H1.HeaderClassName
{
color: #BFAFC3;
}
.AnyTagClassName
{
color: #BFAFC3;
}
</style>
background-color css
<style>
a { background-color: #BFAFC3; }
a { background-color: rgb(191,175,195); }
div.DivClassName
{
background-color: #BFAFC3;
}
.BgClassName
{
background-color: #BFAFC3;
}
</style>
border-color css
<style>
span { border-color: #BFAFC3; }
span { border-color: rgb(191,175,195); }
td.TdClassName
{
border-color: #BFAFC3;
}
.TagClassName
{
border-color: #BFAFC3;
}
</style>