Shades of Lola #B89DBD
Tints of Lola #B89DBD
RGB
CMYK
RGB Variations
Color information
#B89DBD (or 0xB89DBD) is known color: Lola. HEX triplet: B8, 9D and BD. RGB value is (184,157,189). Sum of RGB (Red+Green+Blue) = 184+157+189=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #B89DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DBD is #476242. Grayscale: #A8A8A8. Windows color (decimal): -4678211 or 12426680. OLE color: 12426680.
HSL color Cylindrical-coordinate representation of color #B89DBD: hue angle of 290.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B89DBD is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 157 | 189 | - |
CMYK | 0.03 | 0.17 | 0 | 0.26 |
HSL | 290.63º | 0.2% | 0.68% | - |
HSV(B) | 290.63º | 0.17% | 0.74% | - |
XYZ | 41.01 | 37.98 | 53.31 | - |
YUV | 168.72 | 139.45 | 138.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 157 | 189 | 0.03 | 0.17 | 0 | 0.26 | 290.63 | 0.2 | 0.68 |
Hex | B8 | 9D | BD | 3 | 11 | 0 | 1A | 123 | 14 | 44 |
Octal | 270 | 235 | 275 | 3 | 21 | 0 | 32 | 443 | 24 | 104 |
Binary | 10111000 | 10011101 | 10111101 | 11 | 10001 | 0 | 11010 | 100100011 | 10100 | 1000100 |
Color Harmonies of #B89DBD
Complementary color
Monochromatic Colors of #B89DBD
Black with #B89DBD
Text Example
Text Example
White with #B89DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DBD; }
p { color: rgb(184,157,189); }
H1.HeaderClassName
{
color: #B89DBD;
}
.AnyTagClassName
{
color: #B89DBD;
}
</style>
background-color css
<style>
a { background-color: #B89DBD; }
a { background-color: rgb(184,157,189); }
div.DivClassName
{
background-color: #B89DBD;
}
.BgClassName
{
background-color: #B89DBD;
}
</style>
border-color css
<style>
span { border-color: #B89DBD; }
span { border-color: rgb(184,157,189); }
td.TdClassName
{
border-color: #B89DBD;
}
.TagClassName
{
border-color: #B89DBD;
}
</style>