Shades of Lola #BFAEC5
Tints of Lola #BFAEC5
RGB
CMYK
RGB Variations
Color information
#BFAEC5 (or 0xBFAEC5) is known color: Lola. HEX triplet: BF, AE and C5. RGB value is (191,174,197). Sum of RGB (Red+Green+Blue) = 191+174+197=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC5 is #40513A. Grayscale: #B5B5B5. Windows color (decimal): -4215099 or 12955327. OLE color: 12955327.
HSL color Cylindrical-coordinate representation of color #BFAEC5: hue angle of 284.35º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFAEC5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 174 | 197 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.23 |
| HSL | 284.35º | 0.17% | 0.73% | - |
| HSV(B) | 284.35º | 0.12% | 0.77% | - |
| XYZ | 46.7 | 45.38 | 59.12 | - |
| YUV | 181.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 197 | 0.03 | 0.12 | 0 | 0.23 | 284.35 | 0.17 | 0.73 |
| Hex | BF | AE | C5 | 3 | C | 0 | 17 | 11C | 11 | 49 |
| Octal | 277 | 256 | 305 | 3 | 14 | 0 | 27 | 434 | 21 | 111 |
| Binary | 10111111 | 10101110 | 11000101 | 11 | 1100 | 0 | 10111 | 100011100 | 10001 | 1001001 |
Color Harmonies of #BFAEC5
Complementary color
Monochromatic Colors of #BFAEC5
Black with #BFAEC5
Text Example
Text Example
White with #BFAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEC5; }
p { color: rgb(191,174,197); }
H1.HeaderClassName
{
color: #BFAEC5;
}
.AnyTagClassName
{
color: #BFAEC5;
}
</style>
background-color css
<style>
a { background-color: #BFAEC5; }
a { background-color: rgb(191,174,197); }
div.DivClassName
{
background-color: #BFAEC5;
}
.BgClassName
{
background-color: #BFAEC5;
}
</style>
border-color css
<style>
span { border-color: #BFAEC5; }
span { border-color: rgb(191,174,197); }
td.TdClassName
{
border-color: #BFAEC5;
}
.TagClassName
{
border-color: #BFAEC5;
}
</style>