Shades of Lola #BCAFC1
Tints of Lola #BCAFC1
RGB
CMYK
RGB Variations
Color information
#BCAFC1 (or 0xBCAFC1) is known color: Lola. HEX triplet: BC, AF and C1. RGB value is (188,175,193). Sum of RGB (Red+Green+Blue) = 188+175+193=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC1 is #43503E. Grayscale: #B4B4B4. Windows color (decimal): -4411455 or 12693436. OLE color: 12693436.
HSL color Cylindrical-coordinate representation of color #BCAFC1: hue angle of 283.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAFC1 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 175 | 193 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.24 |
| HSL | 283.33º | 0.13% | 0.72% | - |
| HSV(B) | 283.33º | 0.09% | 0.76% | - |
| XYZ | 45.69 | 45.2 | 56.77 | - |
| YUV | 180.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 193 | 0.03 | 0.09 | 0 | 0.24 | 283.33 | 0.13 | 0.72 |
| Hex | BC | AF | C1 | 3 | 9 | 0 | 18 | 11B | D | 48 |
| Octal | 274 | 257 | 301 | 3 | 11 | 0 | 30 | 433 | 15 | 110 |
| Binary | 10111100 | 10101111 | 11000001 | 11 | 1001 | 0 | 11000 | 100011011 | 1101 | 1001000 |
Color Harmonies of #BCAFC1
Complementary color
Monochromatic Colors of #BCAFC1
Black with #BCAFC1
Text Example
Text Example
White with #BCAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFC1; }
p { color: rgb(188,175,193); }
H1.HeaderClassName
{
color: #BCAFC1;
}
.AnyTagClassName
{
color: #BCAFC1;
}
</style>
background-color css
<style>
a { background-color: #BCAFC1; }
a { background-color: rgb(188,175,193); }
div.DivClassName
{
background-color: #BCAFC1;
}
.BgClassName
{
background-color: #BCAFC1;
}
</style>
border-color css
<style>
span { border-color: #BCAFC1; }
span { border-color: rgb(188,175,193); }
td.TdClassName
{
border-color: #BCAFC1;
}
.TagClassName
{
border-color: #BCAFC1;
}
</style>