Shades of Lola #BCA5C4
Tints of Lola #BCA5C4
RGB
CMYK
RGB Variations
Color information
#BCA5C4 (or 0xBCA5C4) is known color: Lola. HEX triplet: BC, A5 and C4. RGB value is (188,165,196). Sum of RGB (Red+Green+Blue) = 188+165+196=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5C4 is #435A3B. Grayscale: #AFAFAF. Windows color (decimal): -4414012 or 12887484. OLE color: 12887484.
HSL color Cylindrical-coordinate representation of color #BCA5C4: hue angle of 284.52º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA5C4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 165 | 196 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.23 |
| HSL | 284.52º | 0.21% | 0.71% | - |
| HSV(B) | 284.52º | 0.16% | 0.77% | - |
| XYZ | 44.16 | 41.59 | 57.92 | - |
| YUV | 175.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 196 | 0.04 | 0.16 | 0 | 0.23 | 284.52 | 0.21 | 0.71 |
| Hex | BC | A5 | C4 | 4 | 10 | 0 | 17 | 11D | 15 | 47 |
| Octal | 274 | 245 | 304 | 4 | 20 | 0 | 27 | 435 | 25 | 107 |
| Binary | 10111100 | 10100101 | 11000100 | 100 | 10000 | 0 | 10111 | 100011101 | 10101 | 1000111 |
Color Harmonies of #BCA5C4
Complementary color
Monochromatic Colors of #BCA5C4
Black with #BCA5C4
Text Example
Text Example
White with #BCA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA5C4; }
p { color: rgb(188,165,196); }
H1.HeaderClassName
{
color: #BCA5C4;
}
.AnyTagClassName
{
color: #BCA5C4;
}
</style>
background-color css
<style>
a { background-color: #BCA5C4; }
a { background-color: rgb(188,165,196); }
div.DivClassName
{
background-color: #BCA5C4;
}
.BgClassName
{
background-color: #BCA5C4;
}
</style>
border-color css
<style>
span { border-color: #BCA5C4; }
span { border-color: rgb(188,165,196); }
td.TdClassName
{
border-color: #BCA5C4;
}
.TagClassName
{
border-color: #BCA5C4;
}
</style>