Shades of Lola #BB9BC5
Tints of Lola #BB9BC5
RGB
CMYK
RGB Variations
Color information
#BB9BC5 (or 0xBB9BC5) is known color: Lola. HEX triplet: BB, 9B and C5. RGB value is (187,155,197). Sum of RGB (Red+Green+Blue) = 187+155+197=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BC5 is #44643A. Grayscale: #A9A9A9. Windows color (decimal): -4482107 or 12950459. OLE color: 12950459.
HSL color Cylindrical-coordinate representation of color #BB9BC5: hue angle of 285.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BB9BC5 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 155 | 197 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.23 |
| HSL | 285.71º | 0.27% | 0.69% | - |
| HSV(B) | 285.71º | 0.21% | 0.77% | - |
| XYZ | 42.29 | 38.04 | 57.94 | - |
| YUV | 169.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 197 | 0.05 | 0.21 | 0 | 0.23 | 285.71 | 0.27 | 0.69 |
| Hex | BB | 9B | C5 | 5 | 15 | 0 | 17 | 11E | 1B | 45 |
| Octal | 273 | 233 | 305 | 5 | 25 | 0 | 27 | 436 | 33 | 105 |
| Binary | 10111011 | 10011011 | 11000101 | 101 | 10101 | 0 | 10111 | 100011110 | 11011 | 1000101 |
Color Harmonies of #BB9BC5
Complementary color
Monochromatic Colors of #BB9BC5
Black with #BB9BC5
Text Example
Text Example
White with #BB9BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BC5; }
p { color: rgb(187,155,197); }
H1.HeaderClassName
{
color: #BB9BC5;
}
.AnyTagClassName
{
color: #BB9BC5;
}
</style>
background-color css
<style>
a { background-color: #BB9BC5; }
a { background-color: rgb(187,155,197); }
div.DivClassName
{
background-color: #BB9BC5;
}
.BgClassName
{
background-color: #BB9BC5;
}
</style>
border-color css
<style>
span { border-color: #BB9BC5; }
span { border-color: rgb(187,155,197); }
td.TdClassName
{
border-color: #BB9BC5;
}
.TagClassName
{
border-color: #BB9BC5;
}
</style>