#BEAAC0

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

Shades of Lola #BEAAC0

Tints of Lola #BEAAC0

Color information

#BEAAC0 (or 0xBEAAC0) is unknown color: approx Lola. HEX triplet: BE, AA and C0. RGB value is (190,170,192). Sum of RGB (Red+Green+Blue) = 190+170+192=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC0 is #41553F. Grayscale: #B2B2B2. Windows color (decimal): -4281664 or 12626622. OLE color: 12626622.

HSL color Cylindrical-coordinate representation of color #BEAAC0: hue angle of 294.55º degrees, saturation: 0.15, 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 #BEAAC0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190170192-
CMYK0.010.1100.25
HSL294.55º14.86%70.98%-
HSV(B)294.55º11.46%75.29%-
XYZ45.1243.555.89-
YUV178.49135.63136.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=34.42%
G=30.80%
B=34.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901701920.010.1100.25294.5514.8670.98
HexBEAAC01B019127f47
Octal27625230011303144717107
Binary1011111010101010110000001101101100110010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAC0; }

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

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

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

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

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

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

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

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