Shades of Lola #BEA9C3
Tints of Lola #BEA9C3
RGB
CMYK
RGB Variations
Color information
#BEA9C3 (or 0xBEA9C3) is known color: Lola. HEX triplet: BE, A9 and C3. RGB value is (190,169,195). Sum of RGB (Red+Green+Blue) = 190+169+195=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C3 is #41563C. Grayscale: #B2B2B2. Windows color (decimal): -4281917 or 12822974. OLE color: 12822974.
HSL color Cylindrical-coordinate representation of color #BEA9C3: hue angle of 288.46º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA9C3 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 169 | 195 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.24 |
| HSL | 288.46º | 0.18% | 0.71% | - |
| HSV(B) | 288.46º | 0.13% | 0.76% | - |
| XYZ | 45.27 | 43.26 | 57.59 | - |
| YUV | 178.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 169 | 195 | 0.03 | 0.13 | 0 | 0.24 | 288.46 | 0.18 | 0.71 |
| Hex | BE | A9 | C3 | 3 | D | 0 | 18 | 120 | 12 | 47 |
| Octal | 276 | 251 | 303 | 3 | 15 | 0 | 30 | 440 | 22 | 107 |
| Binary | 10111110 | 10101001 | 11000011 | 11 | 1101 | 0 | 11000 | 100100000 | 10010 | 1000111 |
Color Harmonies of #BEA9C3
Complementary color
Monochromatic Colors of #BEA9C3
Black with #BEA9C3
Text Example
Text Example
White with #BEA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA9C3; }
p { color: rgb(190,169,195); }
H1.HeaderClassName
{
color: #BEA9C3;
}
.AnyTagClassName
{
color: #BEA9C3;
}
</style>
background-color css
<style>
a { background-color: #BEA9C3; }
a { background-color: rgb(190,169,195); }
div.DivClassName
{
background-color: #BEA9C3;
}
.BgClassName
{
background-color: #BEA9C3;
}
</style>
border-color css
<style>
span { border-color: #BEA9C3; }
span { border-color: rgb(190,169,195); }
td.TdClassName
{
border-color: #BEA9C3;
}
.TagClassName
{
border-color: #BEA9C3;
}
</style>