Shades of Lola #B892BC
Tints of Lola #B892BC
RGB
CMYK
RGB Variations
Color information
#B892BC (or 0xB892BC) is known color: Lola. HEX triplet: B8, 92 and BC. RGB value is (184,146,188). Sum of RGB (Red+Green+Blue) = 184+146+188=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B892BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892BC is #476D43. Grayscale: #A2A2A2. Windows color (decimal): -4681028 or 12358328. OLE color: 12358328.
HSL color Cylindrical-coordinate representation of color #B892BC: hue angle of 294.29º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B892BC is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 146 | 188 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.26 |
| HSL | 294.29º | 0.24% | 0.65% | - |
| HSV(B) | 294.29º | 0.22% | 0.74% | - |
| XYZ | 39.12 | 34.38 | 52.15 | - |
| YUV | 162.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 188 | 0.02 | 0.22 | 0 | 0.26 | 294.29 | 0.24 | 0.65 |
| Hex | B8 | 92 | BC | 2 | 16 | 0 | 1A | 126 | 18 | 41 |
| Octal | 270 | 222 | 274 | 2 | 26 | 0 | 32 | 446 | 30 | 101 |
| Binary | 10111000 | 10010010 | 10111100 | 10 | 10110 | 0 | 11010 | 100100110 | 11000 | 1000001 |
Color Harmonies of #B892BC
Complementary color
Monochromatic Colors of #B892BC
Black with #B892BC
Text Example
Text Example
White with #B892BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892BC; }
p { color: rgb(184,146,188); }
H1.HeaderClassName
{
color: #B892BC;
}
.AnyTagClassName
{
color: #B892BC;
}
</style>
background-color css
<style>
a { background-color: #B892BC; }
a { background-color: rgb(184,146,188); }
div.DivClassName
{
background-color: #B892BC;
}
.BgClassName
{
background-color: #B892BC;
}
</style>
border-color css
<style>
span { border-color: #B892BC; }
span { border-color: rgb(184,146,188); }
td.TdClassName
{
border-color: #B892BC;
}
.TagClassName
{
border-color: #B892BC;
}
</style>