#BEAABE

Color #BEAABE Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BEAABE

Tints of Lola #BEAABE

Color information

#BEAABE (or 0xBEAABE) is unknown color: approx Lola. HEX triplet: BE, AA and BE. RGB value is (190,170,190). Sum of RGB (Red+Green+Blue) = 190+170+190=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAABE is #415541. Grayscale: #B2B2B2. Windows color (decimal): -4281666 or 12495550. OLE color: 12495550.

HSL color Cylindrical-coordinate representation of color #BEAABE: hue angle of 300º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAABE is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190170190-
CMYK00.1100.25
HSL300º13.33%70.59%-
HSV(B)300º10.53%74.51%-
XYZ44.943.4154.73-
YUV178.26134.63136.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 34.55%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=34.55%
G=30.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017019000.1100.2530013.3370.59
HexBEAABE0B01912cd47
Octal27625227601303145415107
Binary1011111010101010101111100101101100110010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAABE; }

 p { color: rgb(190,170,190); }

 H1.HeaderClassName
 {
   color: #BEAABE;
 }
 .AnyTagClassName
 {
   color: #BEAABE;
 }
</style>
background-color css

<style>
 a { background-color: #BEAABE; }

 a { background-color: rgb(190,170,190); }

 div.DivClassName
 {
   background-color: #BEAABE;
 }
 .BgClassName
 {
   background-color: #BEAABE;
 }
</style>
border-color css

<style>
 span { border-color: #BEAABE; }

 span { border-color: rgb(190,170,190); }

 td.TdClassName
 {
   border-color: #BEAABE;
 }
 .TagClassName
 {
   border-color: #BEAABE;
 }
</style>