Shades of Lola #B89DBE
Tints of Lola #B89DBE
RGB
CMYK
RGB Variations
Color information
#B89DBE (or 0xB89DBE) is known color: Lola. HEX triplet: B8, 9D and BE. RGB value is (184,157,190). Sum of RGB (Red+Green+Blue) = 184+157+190=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B89DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DBE is #476241. Grayscale: #A8A8A8. Windows color (decimal): -4678210 or 12492216. OLE color: 12492216.
HSL color Cylindrical-coordinate representation of color #B89DBE: hue angle of 289.09º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89DBE is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 157 | 190 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.25 |
| HSL | 289.09º | 0.2% | 0.68% | - |
| HSV(B) | 289.09º | 0.17% | 0.75% | - |
| XYZ | 41.12 | 38.02 | 53.89 | - |
| YUV | 168.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 190 | 0.03 | 0.17 | 0 | 0.25 | 289.09 | 0.2 | 0.68 |
| Hex | B8 | 9D | BE | 3 | 11 | 0 | 19 | 121 | 14 | 44 |
| Octal | 270 | 235 | 276 | 3 | 21 | 0 | 31 | 441 | 24 | 104 |
| Binary | 10111000 | 10011101 | 10111110 | 11 | 10001 | 0 | 11001 | 100100001 | 10100 | 1000100 |
Color Harmonies of #B89DBE
Complementary color
Monochromatic Colors of #B89DBE
Black with #B89DBE
Text Example
Text Example
White with #B89DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DBE; }
p { color: rgb(184,157,190); }
H1.HeaderClassName
{
color: #B89DBE;
}
.AnyTagClassName
{
color: #B89DBE;
}
</style>
background-color css
<style>
a { background-color: #B89DBE; }
a { background-color: rgb(184,157,190); }
div.DivClassName
{
background-color: #B89DBE;
}
.BgClassName
{
background-color: #B89DBE;
}
</style>
border-color css
<style>
span { border-color: #B89DBE; }
span { border-color: rgb(184,157,190); }
td.TdClassName
{
border-color: #B89DBE;
}
.TagClassName
{
border-color: #B89DBE;
}
</style>