Shades of Lola #BFADC1
Tints of Lola #BFADC1
RGB
CMYK
RGB Variations
Color information
#BFADC1 (or 0xBFADC1) is known color: Lola. HEX triplet: BF, AD and C1. RGB value is (191,173,193). Sum of RGB (Red+Green+Blue) = 191+173+193=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC1 is #40523E. Grayscale: #B4B4B4. Windows color (decimal): -4215359 or 12692927. OLE color: 12692927.
HSL color Cylindrical-coordinate representation of color #BFADC1: hue angle of 294º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFADC1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 173 | 193 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.24 |
| HSL | 294º | 0.14% | 0.72% | - |
| HSV(B) | 294º | 0.1% | 0.76% | - |
| XYZ | 46.06 | 44.81 | 56.67 | - |
| YUV | 180.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 193 | 0.01 | 0.10 | 0 | 0.24 | 294 | 0.14 | 0.72 |
| Hex | BF | AD | C1 | 1 | A | 0 | 18 | 126 | E | 48 |
| Octal | 277 | 255 | 301 | 1 | 12 | 0 | 30 | 446 | 16 | 110 |
| Binary | 10111111 | 10101101 | 11000001 | 1 | 1010 | 0 | 11000 | 100100110 | 1110 | 1001000 |
Color Harmonies of #BFADC1
Complementary color
Monochromatic Colors of #BFADC1
Black with #BFADC1
Text Example
Text Example
White with #BFADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADC1; }
p { color: rgb(191,173,193); }
H1.HeaderClassName
{
color: #BFADC1;
}
.AnyTagClassName
{
color: #BFADC1;
}
</style>
background-color css
<style>
a { background-color: #BFADC1; }
a { background-color: rgb(191,173,193); }
div.DivClassName
{
background-color: #BFADC1;
}
.BgClassName
{
background-color: #BFADC1;
}
</style>
border-color css
<style>
span { border-color: #BFADC1; }
span { border-color: rgb(191,173,193); }
td.TdClassName
{
border-color: #BFADC1;
}
.TagClassName
{
border-color: #BFADC1;
}
</style>