Shades of Lola #B899C1
Tints of Lola #B899C1
RGB
CMYK
RGB Variations
Color information
#B899C1 (or 0xB899C1) is known color: Lola. HEX triplet: B8, 99 and C1. RGB value is (184,153,193). Sum of RGB (Red+Green+Blue) = 184+153+193=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #B899C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899C1 is #47663E. Grayscale: #A6A6A6. Windows color (decimal): -4679231 or 12687800. OLE color: 12687800.
HSL color Cylindrical-coordinate representation of color #B899C1: hue angle of 286.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B899C1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 153 | 193 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.24 |
| HSL | 286.5º | 0.24% | 0.68% | - |
| HSV(B) | 286.5º | 0.21% | 0.76% | - |
| XYZ | 40.78 | 36.82 | 55.41 | - |
| YUV | 166.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 193 | 0.05 | 0.21 | 0 | 0.24 | 286.5 | 0.24 | 0.68 |
| Hex | B8 | 99 | C1 | 5 | 15 | 0 | 18 | 11E | 18 | 44 |
| Octal | 270 | 231 | 301 | 5 | 25 | 0 | 30 | 436 | 30 | 104 |
| Binary | 10111000 | 10011001 | 11000001 | 101 | 10101 | 0 | 11000 | 100011110 | 11000 | 1000100 |
Color Harmonies of #B899C1
Complementary color
Monochromatic Colors of #B899C1
Black with #B899C1
Text Example
Text Example
White with #B899C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899C1; }
p { color: rgb(184,153,193); }
H1.HeaderClassName
{
color: #B899C1;
}
.AnyTagClassName
{
color: #B899C1;
}
</style>
background-color css
<style>
a { background-color: #B899C1; }
a { background-color: rgb(184,153,193); }
div.DivClassName
{
background-color: #B899C1;
}
.BgClassName
{
background-color: #B899C1;
}
</style>
border-color css
<style>
span { border-color: #B899C1; }
span { border-color: rgb(184,153,193); }
td.TdClassName
{
border-color: #B899C1;
}
.TagClassName
{
border-color: #B899C1;
}
</style>