Shades of Lola #BEAFC1
Tints of Lola #BEAFC1
RGB
CMYK
RGB Variations
Color information
#BEAFC1 (or 0xBEAFC1) is known color: Lola. HEX triplet: BE, AF and C1. RGB value is (190,175,193). Sum of RGB (Red+Green+Blue) = 190+175+193=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC1 is #41503E. Grayscale: #B5B5B5. Windows color (decimal): -4280383 or 12693438. OLE color: 12693438.
HSL color Cylindrical-coordinate representation of color #BEAFC1: hue angle of 290º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAFC1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 175 | 193 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.24 |
| HSL | 290º | 0.13% | 0.72% | - |
| HSV(B) | 290º | 0.09% | 0.76% | - |
| XYZ | 46.19 | 45.46 | 56.79 | - |
| YUV | 181.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 193 | 0.02 | 0.09 | 0 | 0.24 | 290 | 0.13 | 0.72 |
| Hex | BE | AF | C1 | 2 | 9 | 0 | 18 | 122 | D | 48 |
| Octal | 276 | 257 | 301 | 2 | 11 | 0 | 30 | 442 | 15 | 110 |
| Binary | 10111110 | 10101111 | 11000001 | 10 | 1001 | 0 | 11000 | 100100010 | 1101 | 1001000 |
Color Harmonies of #BEAFC1
Complementary color
Monochromatic Colors of #BEAFC1
Black with #BEAFC1
Text Example
Text Example
White with #BEAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFC1; }
p { color: rgb(190,175,193); }
H1.HeaderClassName
{
color: #BEAFC1;
}
.AnyTagClassName
{
color: #BEAFC1;
}
</style>
background-color css
<style>
a { background-color: #BEAFC1; }
a { background-color: rgb(190,175,193); }
div.DivClassName
{
background-color: #BEAFC1;
}
.BgClassName
{
background-color: #BEAFC1;
}
</style>
border-color css
<style>
span { border-color: #BEAFC1; }
span { border-color: rgb(190,175,193); }
td.TdClassName
{
border-color: #BEAFC1;
}
.TagClassName
{
border-color: #BEAFC1;
}
</style>