Shades of Lola #BB9BBD
Tints of Lola #BB9BBD
RGB
CMYK
RGB Variations
Color information
#BB9BBD (or 0xBB9BBD) is known color: Lola. HEX triplet: BB, 9B and BD. RGB value is (187,155,189). Sum of RGB (Red+Green+Blue) = 187+155+189=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB9BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BBD is #446442. Grayscale: #A8A8A8. Windows color (decimal): -4482115 or 12426171. OLE color: 12426171.
HSL color Cylindrical-coordinate representation of color #BB9BBD: hue angle of 296.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9BBD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 155 | 189 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.26 |
| HSL | 296.47º | 0.2% | 0.67% | - |
| HSV(B) | 296.47º | 0.18% | 0.74% | - |
| XYZ | 41.4 | 37.68 | 53.24 | - |
| YUV | 168.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 189 | 0.01 | 0.18 | 0 | 0.26 | 296.47 | 0.2 | 0.67 |
| Hex | BB | 9B | BD | 1 | 12 | 0 | 1A | 128 | 14 | 43 |
| Octal | 273 | 233 | 275 | 1 | 22 | 0 | 32 | 450 | 24 | 103 |
| Binary | 10111011 | 10011011 | 10111101 | 1 | 10010 | 0 | 11010 | 100101000 | 10100 | 1000011 |
Color Harmonies of #BB9BBD
Complementary color
Monochromatic Colors of #BB9BBD
Black with #BB9BBD
Text Example
Text Example
White with #BB9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BBD; }
p { color: rgb(187,155,189); }
H1.HeaderClassName
{
color: #BB9BBD;
}
.AnyTagClassName
{
color: #BB9BBD;
}
</style>
background-color css
<style>
a { background-color: #BB9BBD; }
a { background-color: rgb(187,155,189); }
div.DivClassName
{
background-color: #BB9BBD;
}
.BgClassName
{
background-color: #BB9BBD;
}
</style>
border-color css
<style>
span { border-color: #BB9BBD; }
span { border-color: rgb(187,155,189); }
td.TdClassName
{
border-color: #BB9BBD;
}
.TagClassName
{
border-color: #BB9BBD;
}
</style>