Shades of Lola #BCAFBE
Tints of Lola #BCAFBE
RGB
CMYK
RGB Variations
Color information
#BCAFBE (or 0xBCAFBE) is known color: Lola. HEX triplet: BC, AF and BE. RGB value is (188,175,190). Sum of RGB (Red+Green+Blue) = 188+175+190=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFBE is #435041. Grayscale: #B4B4B4. Windows color (decimal): -4411458 or 12496828. OLE color: 12496828.
HSL color Cylindrical-coordinate representation of color #BCAFBE: hue angle of 292º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCAFBE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 175 | 190 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.25 |
| HSL | 292º | 0.1% | 0.72% | - |
| HSV(B) | 292º | 0.08% | 0.75% | - |
| XYZ | 45.36 | 45.07 | 55.02 | - |
| YUV | 180.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 190 | 0.01 | 0.08 | 0 | 0.25 | 292 | 0.1 | 0.72 |
| Hex | BC | AF | BE | 1 | 8 | 0 | 19 | 124 | A | 48 |
| Octal | 274 | 257 | 276 | 1 | 10 | 0 | 31 | 444 | 12 | 110 |
| Binary | 10111100 | 10101111 | 10111110 | 1 | 1000 | 0 | 11001 | 100100100 | 1010 | 1001000 |
Color Harmonies of #BCAFBE
Complementary color
Monochromatic Colors of #BCAFBE
Black with #BCAFBE
Text Example
Text Example
White with #BCAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFBE; }
p { color: rgb(188,175,190); }
H1.HeaderClassName
{
color: #BCAFBE;
}
.AnyTagClassName
{
color: #BCAFBE;
}
</style>
background-color css
<style>
a { background-color: #BCAFBE; }
a { background-color: rgb(188,175,190); }
div.DivClassName
{
background-color: #BCAFBE;
}
.BgClassName
{
background-color: #BCAFBE;
}
</style>
border-color css
<style>
span { border-color: #BCAFBE; }
span { border-color: rgb(188,175,190); }
td.TdClassName
{
border-color: #BCAFBE;
}
.TagClassName
{
border-color: #BCAFBE;
}
</style>