Shades of Lola #BB9DC5
Tints of Lola #BB9DC5
RGB
CMYK
RGB Variations
Color information
#BB9DC5 (or 0xBB9DC5) is known color: Lola. HEX triplet: BB, 9D and C5. RGB value is (187,157,197). Sum of RGB (Red+Green+Blue) = 187+157+197=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB9DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DC5 is #44623A. Grayscale: #AAAAAA. Windows color (decimal): -4481595 or 12950971. OLE color: 12950971.
HSL color Cylindrical-coordinate representation of color #BB9DC5: hue angle of 285º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9DC5 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 157 | 197 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.23 |
| HSL | 285º | 0.26% | 0.69% | - |
| HSV(B) | 285º | 0.2% | 0.77% | - |
| XYZ | 42.63 | 38.71 | 58.05 | - |
| YUV | 170.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 197 | 0.05 | 0.20 | 0 | 0.23 | 285 | 0.26 | 0.69 |
| Hex | BB | 9D | C5 | 5 | 14 | 0 | 17 | 11D | 1A | 45 |
| Octal | 273 | 235 | 305 | 5 | 24 | 0 | 27 | 435 | 32 | 105 |
| Binary | 10111011 | 10011101 | 11000101 | 101 | 10100 | 0 | 10111 | 100011101 | 11010 | 1000101 |
Color Harmonies of #BB9DC5
Complementary color
Monochromatic Colors of #BB9DC5
Black with #BB9DC5
Text Example
Text Example
White with #BB9DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DC5; }
p { color: rgb(187,157,197); }
H1.HeaderClassName
{
color: #BB9DC5;
}
.AnyTagClassName
{
color: #BB9DC5;
}
</style>
background-color css
<style>
a { background-color: #BB9DC5; }
a { background-color: rgb(187,157,197); }
div.DivClassName
{
background-color: #BB9DC5;
}
.BgClassName
{
background-color: #BB9DC5;
}
</style>
border-color css
<style>
span { border-color: #BB9DC5; }
span { border-color: rgb(187,157,197); }
td.TdClassName
{
border-color: #BB9DC5;
}
.TagClassName
{
border-color: #BB9DC5;
}
</style>