Shades of Lola #BEAEBD
Tints of Lola #BEAEBD
RGB
CMYK
RGB Variations
Color information
#BEAEBD (or 0xBEAEBD) is known color: Lola. HEX triplet: BE, AE and BD. RGB value is (190,174,189). Sum of RGB (Red+Green+Blue) = 190+174+189=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBD is #415142. Grayscale: #B4B4B4. Windows color (decimal): -4280643 or 12431038. OLE color: 12431038.
HSL color Cylindrical-coordinate representation of color #BEAEBD: hue angle of 303.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAEBD is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 189 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.25 |
| HSL | 303.75º | 0.11% | 0.71% | - |
| HSV(B) | 303.75º | 0.08% | 0.75% | - |
| XYZ | 45.56 | 44.89 | 54.41 | - |
| YUV | 180.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 189 | 0 | 0.08 | 0.01 | 0.25 | 303.75 | 0.11 | 0.71 |
| Hex | BE | AE | BD | 0 | 8 | 1 | 19 | 130 | B | 47 |
| Octal | 276 | 256 | 275 | 0 | 10 | 1 | 31 | 460 | 13 | 107 |
| Binary | 10111110 | 10101110 | 10111101 | 0 | 1000 | 1 | 11001 | 100110000 | 1011 | 1000111 |
Color Harmonies of #BEAEBD
Complementary color
Monochromatic Colors of #BEAEBD
Black with #BEAEBD
Text Example
Text Example
White with #BEAEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAEBD; }
p { color: rgb(190,174,189); }
H1.HeaderClassName
{
color: #BEAEBD;
}
.AnyTagClassName
{
color: #BEAEBD;
}
</style>
background-color css
<style>
a { background-color: #BEAEBD; }
a { background-color: rgb(190,174,189); }
div.DivClassName
{
background-color: #BEAEBD;
}
.BgClassName
{
background-color: #BEAEBD;
}
</style>
border-color css
<style>
span { border-color: #BEAEBD; }
span { border-color: rgb(190,174,189); }
td.TdClassName
{
border-color: #BEAEBD;
}
.TagClassName
{
border-color: #BEAEBD;
}
</style>