Shades of Lola #B894BC
Tints of Lola #B894BC
RGB
CMYK
RGB Variations
Color information
#B894BC (or 0xB894BC) is known color: Lola. HEX triplet: B8, 94 and BC. RGB value is (184,148,188). Sum of RGB (Red+Green+Blue) = 184+148+188=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #B894BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894BC is #476B43. Grayscale: #A3A3A3. Windows color (decimal): -4680516 or 12358840. OLE color: 12358840.
HSL color Cylindrical-coordinate representation of color #B894BC: hue angle of 294º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B894BC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 148 | 188 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.26 |
| HSL | 294º | 0.23% | 0.66% | - |
| HSV(B) | 294º | 0.21% | 0.74% | - |
| XYZ | 39.43 | 35 | 52.25 | - |
| YUV | 163.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 188 | 0.02 | 0.21 | 0 | 0.26 | 294 | 0.23 | 0.66 |
| Hex | B8 | 94 | BC | 2 | 15 | 0 | 1A | 126 | 17 | 42 |
| Octal | 270 | 224 | 274 | 2 | 25 | 0 | 32 | 446 | 27 | 102 |
| Binary | 10111000 | 10010100 | 10111100 | 10 | 10101 | 0 | 11010 | 100100110 | 10111 | 1000010 |
Color Harmonies of #B894BC
Complementary color
Monochromatic Colors of #B894BC
Black with #B894BC
Text Example
Text Example
White with #B894BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894BC; }
p { color: rgb(184,148,188); }
H1.HeaderClassName
{
color: #B894BC;
}
.AnyTagClassName
{
color: #B894BC;
}
</style>
background-color css
<style>
a { background-color: #B894BC; }
a { background-color: rgb(184,148,188); }
div.DivClassName
{
background-color: #B894BC;
}
.BgClassName
{
background-color: #B894BC;
}
</style>
border-color css
<style>
span { border-color: #B894BC; }
span { border-color: rgb(184,148,188); }
td.TdClassName
{
border-color: #B894BC;
}
.TagClassName
{
border-color: #B894BC;
}
</style>