Shades of Lola #B898C1
Tints of Lola #B898C1
RGB
CMYK
RGB Variations
Color information
#B898C1 (or 0xB898C1) is known color: Lola. HEX triplet: B8, 98 and C1. RGB value is (184,152,193). Sum of RGB (Red+Green+Blue) = 184+152+193=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #B898C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898C1 is #47673E. Grayscale: #A6A6A6. Windows color (decimal): -4679487 or 12687544. OLE color: 12687544.
HSL color Cylindrical-coordinate representation of color #B898C1: hue angle of 286.83º degrees, saturation: 0.25, 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 #B898C1 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 152 | 193 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.24 |
| HSL | 286.83º | 0.25% | 0.68% | - |
| HSV(B) | 286.83º | 0.21% | 0.76% | - |
| XYZ | 40.62 | 36.5 | 55.36 | - |
| YUV | 166.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 193 | 0.05 | 0.21 | 0 | 0.24 | 286.83 | 0.25 | 0.68 |
| Hex | B8 | 98 | C1 | 5 | 15 | 0 | 18 | 11F | 19 | 44 |
| Octal | 270 | 230 | 301 | 5 | 25 | 0 | 30 | 437 | 31 | 104 |
| Binary | 10111000 | 10011000 | 11000001 | 101 | 10101 | 0 | 11000 | 100011111 | 11001 | 1000100 |
Color Harmonies of #B898C1
Complementary color
Monochromatic Colors of #B898C1
Black with #B898C1
Text Example
Text Example
White with #B898C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B898C1; }
p { color: rgb(184,152,193); }
H1.HeaderClassName
{
color: #B898C1;
}
.AnyTagClassName
{
color: #B898C1;
}
</style>
background-color css
<style>
a { background-color: #B898C1; }
a { background-color: rgb(184,152,193); }
div.DivClassName
{
background-color: #B898C1;
}
.BgClassName
{
background-color: #B898C1;
}
</style>
border-color css
<style>
span { border-color: #B898C1; }
span { border-color: rgb(184,152,193); }
td.TdClassName
{
border-color: #B898C1;
}
.TagClassName
{
border-color: #B898C1;
}
</style>