Shades of Lola #B899BE
Tints of Lola #B899BE
RGB
CMYK
RGB Variations
Color information
#B899BE (or 0xB899BE) is known color: Lola. HEX triplet: B8, 99 and BE. RGB value is (184,153,190). Sum of RGB (Red+Green+Blue) = 184+153+190=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B899BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899BE is #476641. Grayscale: #A6A6A6. Windows color (decimal): -4679234 or 12491192. OLE color: 12491192.
HSL color Cylindrical-coordinate representation of color #B899BE: hue angle of 290.27º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B899BE is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 153 | 190 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.25 |
| HSL | 290.27º | 0.22% | 0.67% | - |
| HSV(B) | 290.27º | 0.19% | 0.75% | - |
| XYZ | 40.45 | 36.69 | 53.67 | - |
| YUV | 166.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 190 | 0.03 | 0.19 | 0 | 0.25 | 290.27 | 0.22 | 0.67 |
| Hex | B8 | 99 | BE | 3 | 13 | 0 | 19 | 122 | 16 | 43 |
| Octal | 270 | 231 | 276 | 3 | 23 | 0 | 31 | 442 | 26 | 103 |
| Binary | 10111000 | 10011001 | 10111110 | 11 | 10011 | 0 | 11001 | 100100010 | 10110 | 1000011 |
Color Harmonies of #B899BE
Complementary color
Monochromatic Colors of #B899BE
Black with #B899BE
Text Example
Text Example
White with #B899BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B899BE; }
p { color: rgb(184,153,190); }
H1.HeaderClassName
{
color: #B899BE;
}
.AnyTagClassName
{
color: #B899BE;
}
</style>
background-color css
<style>
a { background-color: #B899BE; }
a { background-color: rgb(184,153,190); }
div.DivClassName
{
background-color: #B899BE;
}
.BgClassName
{
background-color: #B899BE;
}
</style>
border-color css
<style>
span { border-color: #B899BE; }
span { border-color: rgb(184,153,190); }
td.TdClassName
{
border-color: #B899BE;
}
.TagClassName
{
border-color: #B899BE;
}
</style>