Shades of Lola #BFAEC1
Tints of Lola #BFAEC1
RGB
CMYK
RGB Variations
Color information
#BFAEC1 (or 0xBFAEC1) is known color: Lola. HEX triplet: BF, AE and C1. RGB value is (191,174,193). Sum of RGB (Red+Green+Blue) = 191+174+193=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC1 is #40513E. Grayscale: #B5B5B5. Windows color (decimal): -4215103 or 12693183. OLE color: 12693183.
HSL color Cylindrical-coordinate representation of color #BFAEC1: hue angle of 293.68º degrees, saturation: 0.13, 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 #BFAEC1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 174 | 193 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.24 |
| HSL | 293.68º | 0.13% | 0.72% | - |
| HSV(B) | 293.68º | 0.1% | 0.76% | - |
| XYZ | 46.25 | 45.2 | 56.74 | - |
| YUV | 181.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 193 | 0.01 | 0.10 | 0 | 0.24 | 293.68 | 0.13 | 0.72 |
| Hex | BF | AE | C1 | 1 | A | 0 | 18 | 126 | D | 48 |
| Octal | 277 | 256 | 301 | 1 | 12 | 0 | 30 | 446 | 15 | 110 |
| Binary | 10111111 | 10101110 | 11000001 | 1 | 1010 | 0 | 11000 | 100100110 | 1101 | 1001000 |
Color Harmonies of #BFAEC1
Complementary color
Monochromatic Colors of #BFAEC1
Black with #BFAEC1
Text Example
Text Example
White with #BFAEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEC1; }
p { color: rgb(191,174,193); }
H1.HeaderClassName
{
color: #BFAEC1;
}
.AnyTagClassName
{
color: #BFAEC1;
}
</style>
background-color css
<style>
a { background-color: #BFAEC1; }
a { background-color: rgb(191,174,193); }
div.DivClassName
{
background-color: #BFAEC1;
}
.BgClassName
{
background-color: #BFAEC1;
}
</style>
border-color css
<style>
span { border-color: #BFAEC1; }
span { border-color: rgb(191,174,193); }
td.TdClassName
{
border-color: #BFAEC1;
}
.TagClassName
{
border-color: #BFAEC1;
}
</style>