Shades of Lola #B698B8
Tints of Lola #B698B8
RGB
CMYK
RGB Variations
Color information
#B698B8 (or 0xB698B8) is known color: Lola. HEX triplet: B6, 98 and B8. RGB value is (182,152,184). Sum of RGB (Red+Green+Blue) = 182+152+184=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #B698B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698B8 is #496747. Grayscale: #A4A4A4. Windows color (decimal): -4810568 or 12097718. OLE color: 12097718.
HSL color Cylindrical-coordinate representation of color #B698B8: hue angle of 296.25º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B698B8 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 152 | 184 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.28 |
| HSL | 296.25º | 0.18% | 0.66% | - |
| HSV(B) | 296.25º | 0.17% | 0.72% | - |
| XYZ | 39.17 | 35.86 | 50.2 | - |
| YUV | 164.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 152 | 184 | 0.01 | 0.17 | 0 | 0.28 | 296.25 | 0.18 | 0.66 |
| Hex | B6 | 98 | B8 | 1 | 11 | 0 | 1C | 128 | 12 | 42 |
| Octal | 266 | 230 | 270 | 1 | 21 | 0 | 34 | 450 | 22 | 102 |
| Binary | 10110110 | 10011000 | 10111000 | 1 | 10001 | 0 | 11100 | 100101000 | 10010 | 1000010 |
Color Harmonies of #B698B8
Complementary color
Monochromatic Colors of #B698B8
Black with #B698B8
Text Example
Text Example
White with #B698B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B698B8; }
p { color: rgb(182,152,184); }
H1.HeaderClassName
{
color: #B698B8;
}
.AnyTagClassName
{
color: #B698B8;
}
</style>
background-color css
<style>
a { background-color: #B698B8; }
a { background-color: rgb(182,152,184); }
div.DivClassName
{
background-color: #B698B8;
}
.BgClassName
{
background-color: #B698B8;
}
</style>
border-color css
<style>
span { border-color: #B698B8; }
span { border-color: rgb(182,152,184); }
td.TdClassName
{
border-color: #B698B8;
}
.TagClassName
{
border-color: #B698B8;
}
</style>