Shades of Lola #BCAFBD
Tints of Lola #BCAFBD
RGB
CMYK
RGB Variations
Color information
#BCAFBD (or 0xBCAFBD) is known color: Lola. HEX triplet: BC, AF and BD. RGB value is (188,175,189). Sum of RGB (Red+Green+Blue) = 188+175+189=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBD is #435042. Grayscale: #B4B4B4. Windows color (decimal): -4411459 or 12431292. OLE color: 12431292.
HSL color Cylindrical-coordinate representation of color #BCAFBD: hue angle of 295.71º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFBD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 189 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.26 |
| HSL | 295.71º | 0.1% | 0.71% | - |
| HSV(B) | 295.71º | 0.07% | 0.74% | - |
| XYZ | 45.25 | 45.03 | 54.45 | - |
| YUV | 180.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 189 | 0.01 | 0.07 | 0 | 0.26 | 295.71 | 0.1 | 0.71 |
| Hex | BC | AF | BD | 1 | 7 | 0 | 1A | 128 | A | 47 |
| Octal | 274 | 257 | 275 | 1 | 7 | 0 | 32 | 450 | 12 | 107 |
| Binary | 10111100 | 10101111 | 10111101 | 1 | 111 | 0 | 11010 | 100101000 | 1010 | 1000111 |
Color Harmonies of #BCAFBD
Complementary color
Monochromatic Colors of #BCAFBD
Black with #BCAFBD
Text Example
Text Example
White with #BCAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFBD; }
p { color: rgb(188,175,189); }
H1.HeaderClassName
{
color: #BCAFBD;
}
.AnyTagClassName
{
color: #BCAFBD;
}
</style>
background-color css
<style>
a { background-color: #BCAFBD; }
a { background-color: rgb(188,175,189); }
div.DivClassName
{
background-color: #BCAFBD;
}
.BgClassName
{
background-color: #BCAFBD;
}
</style>
border-color css
<style>
span { border-color: #BCAFBD; }
span { border-color: rgb(188,175,189); }
td.TdClassName
{
border-color: #BCAFBD;
}
.TagClassName
{
border-color: #BCAFBD;
}
</style>