#BEA9C0

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

Shades of Lola #BEA9C0

Tints of Lola #BEA9C0

Color information

#BEA9C0 (or 0xBEA9C0) is unknown color: approx Lola. HEX triplet: BE, A9 and C0. RGB value is (190,169,192). Sum of RGB (Red+Green+Blue) = 190+169+192=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C0 is #41563F. Grayscale: #B1B1B1. Windows color (decimal): -4281920 or 12626366. OLE color: 12626366.

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

Color convert

RGB190169192-
CMYK0.010.1200.25
HSL294.78º15.44%70.78%-
HSV(B)294.78º11.98%75.29%-
XYZ44.9443.1355.83-
YUV177.9135.96136.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=34.48%
G=30.67%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901691920.010.1200.25294.7815.4470.78
HexBEA9C01C019127f47
Octal27625130011403144717107
Binary1011111010101001110000001110001100110010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C0; }

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

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

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

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

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

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

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

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