Shades of Lola #BC9AC2
Tints of Lola #BC9AC2
RGB
CMYK
RGB Variations
Color information
#BC9AC2 (or 0xBC9AC2) is known color: Lola. HEX triplet: BC, 9A and C2. RGB value is (188,154,194). Sum of RGB (Red+Green+Blue) = 188+154+194=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC2 is #43653D. Grayscale: #A8A8A8. Windows color (decimal): -4416830 or 12753596. OLE color: 12753596.
HSL color Cylindrical-coordinate representation of color #BC9AC2: hue angle of 291º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9AC2 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 154 | 194 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.24 |
| HSL | 291º | 0.25% | 0.68% | - |
| HSV(B) | 291º | 0.21% | 0.76% | - |
| XYZ | 42.03 | 37.7 | 56.1 | - |
| YUV | 168.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 194 | 0.03 | 0.21 | 0 | 0.24 | 291 | 0.25 | 0.68 |
| Hex | BC | 9A | C2 | 3 | 15 | 0 | 18 | 123 | 19 | 44 |
| Octal | 274 | 232 | 302 | 3 | 25 | 0 | 30 | 443 | 31 | 104 |
| Binary | 10111100 | 10011010 | 11000010 | 11 | 10101 | 0 | 11000 | 100100011 | 11001 | 1000100 |
Color Harmonies of #BC9AC2
Complementary color
Monochromatic Colors of #BC9AC2
Black with #BC9AC2
Text Example
Text Example
White with #BC9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AC2; }
p { color: rgb(188,154,194); }
H1.HeaderClassName
{
color: #BC9AC2;
}
.AnyTagClassName
{
color: #BC9AC2;
}
</style>
background-color css
<style>
a { background-color: #BC9AC2; }
a { background-color: rgb(188,154,194); }
div.DivClassName
{
background-color: #BC9AC2;
}
.BgClassName
{
background-color: #BC9AC2;
}
</style>
border-color css
<style>
span { border-color: #BC9AC2; }
span { border-color: rgb(188,154,194); }
td.TdClassName
{
border-color: #BC9AC2;
}
.TagClassName
{
border-color: #BC9AC2;
}
</style>