Shades of Lola #B994BC
Tints of Lola #B994BC
RGB
CMYK
RGB Variations
Color information
#B994BC (or 0xB994BC) is known color: Lola. HEX triplet: B9, 94 and BC. RGB value is (185,148,188). Sum of RGB (Red+Green+Blue) = 185+148+188=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B994BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BC is #466B43. Grayscale: #A3A3A3. Windows color (decimal): -4614980 or 12358841. OLE color: 12358841.
HSL color Cylindrical-coordinate representation of color #B994BC: hue angle of 295.5º 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 #B994BC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 148 | 188 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.26 |
| HSL | 295.5º | 0.23% | 0.66% | - |
| HSV(B) | 295.5º | 0.21% | 0.74% | - |
| XYZ | 39.67 | 35.12 | 52.27 | - |
| YUV | 163.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 188 | 0.02 | 0.21 | 0 | 0.26 | 295.5 | 0.23 | 0.66 |
| Hex | B9 | 94 | BC | 2 | 15 | 0 | 1A | 128 | 17 | 42 |
| Octal | 271 | 224 | 274 | 2 | 25 | 0 | 32 | 450 | 27 | 102 |
| Binary | 10111001 | 10010100 | 10111100 | 10 | 10101 | 0 | 11010 | 100101000 | 10111 | 1000010 |
Color Harmonies of #B994BC
Complementary color
Monochromatic Colors of #B994BC
Black with #B994BC
Text Example
Text Example
White with #B994BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994BC; }
p { color: rgb(185,148,188); }
H1.HeaderClassName
{
color: #B994BC;
}
.AnyTagClassName
{
color: #B994BC;
}
</style>
background-color css
<style>
a { background-color: #B994BC; }
a { background-color: rgb(185,148,188); }
div.DivClassName
{
background-color: #B994BC;
}
.BgClassName
{
background-color: #B994BC;
}
</style>
border-color css
<style>
span { border-color: #B994BC; }
span { border-color: rgb(185,148,188); }
td.TdClassName
{
border-color: #B994BC;
}
.TagClassName
{
border-color: #B994BC;
}
</style>