Shades of Lola #BB99C7
Tints of Lola #BB99C7
RGB
CMYK
RGB Variations
Color information
#BB99C7 (or 0xBB99C7) is known color: Lola. HEX triplet: BB, 99 and C7. RGB value is (187,153,199). Sum of RGB (Red+Green+Blue) = 187+153+199=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C7 is #446638. Grayscale: #A8A8A8. Windows color (decimal): -4482617 or 13081019. OLE color: 13081019.
HSL color Cylindrical-coordinate representation of color #BB99C7: hue angle of 284.35º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB99C7 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 153 | 199 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.22 |
| HSL | 284.35º | 0.29% | 0.69% | - |
| HSV(B) | 284.35º | 0.23% | 0.78% | - |
| XYZ | 42.19 | 37.47 | 59.04 | - |
| YUV | 168.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 199 | 0.06 | 0.23 | 0 | 0.22 | 284.35 | 0.29 | 0.69 |
| Hex | BB | 99 | C7 | 6 | 17 | 0 | 16 | 11C | 1D | 45 |
| Octal | 273 | 231 | 307 | 6 | 27 | 0 | 26 | 434 | 35 | 105 |
| Binary | 10111011 | 10011001 | 11000111 | 110 | 10111 | 0 | 10110 | 100011100 | 11101 | 1000101 |
Color Harmonies of #BB99C7
Complementary color
Monochromatic Colors of #BB99C7
Black with #BB99C7
Text Example
Text Example
White with #BB99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB99C7; }
p { color: rgb(187,153,199); }
H1.HeaderClassName
{
color: #BB99C7;
}
.AnyTagClassName
{
color: #BB99C7;
}
</style>
background-color css
<style>
a { background-color: #BB99C7; }
a { background-color: rgb(187,153,199); }
div.DivClassName
{
background-color: #BB99C7;
}
.BgClassName
{
background-color: #BB99C7;
}
</style>
border-color css
<style>
span { border-color: #BB99C7; }
span { border-color: rgb(187,153,199); }
td.TdClassName
{
border-color: #BB99C7;
}
.TagClassName
{
border-color: #BB99C7;
}
</style>