Shades of Lola #BEA6C3
Tints of Lola #BEA6C3
RGB
CMYK
RGB Variations
Color information
#BEA6C3 (or 0xBEA6C3) is known color: Lola. HEX triplet: BE, A6 and C3. RGB value is (190,166,195). Sum of RGB (Red+Green+Blue) = 190+166+195=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C3 is #41593C. Grayscale: #B0B0B0. Windows color (decimal): -4282685 or 12822206. OLE color: 12822206.
HSL color Cylindrical-coordinate representation of color #BEA6C3: hue angle of 289.66º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA6C3 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 166 | 195 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.24 |
| HSL | 289.66º | 0.19% | 0.71% | - |
| HSV(B) | 289.66º | 0.15% | 0.76% | - |
| XYZ | 44.72 | 42.16 | 57.41 | - |
| YUV | 176.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 166 | 195 | 0.03 | 0.15 | 0 | 0.24 | 289.66 | 0.19 | 0.71 |
| Hex | BE | A6 | C3 | 3 | F | 0 | 18 | 122 | 13 | 47 |
| Octal | 276 | 246 | 303 | 3 | 17 | 0 | 30 | 442 | 23 | 107 |
| Binary | 10111110 | 10100110 | 11000011 | 11 | 1111 | 0 | 11000 | 100100010 | 10011 | 1000111 |
Color Harmonies of #BEA6C3
Complementary color
Monochromatic Colors of #BEA6C3
Black with #BEA6C3
Text Example
Text Example
White with #BEA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA6C3; }
p { color: rgb(190,166,195); }
H1.HeaderClassName
{
color: #BEA6C3;
}
.AnyTagClassName
{
color: #BEA6C3;
}
</style>
background-color css
<style>
a { background-color: #BEA6C3; }
a { background-color: rgb(190,166,195); }
div.DivClassName
{
background-color: #BEA6C3;
}
.BgClassName
{
background-color: #BEA6C3;
}
</style>
border-color css
<style>
span { border-color: #BEA6C3; }
span { border-color: rgb(190,166,195); }
td.TdClassName
{
border-color: #BEA6C3;
}
.TagClassName
{
border-color: #BEA6C3;
}
</style>