#BEA9C5

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

Shades of Lola #BEA9C5

Tints of Lola #BEA9C5

Color information

#BEA9C5 (or 0xBEA9C5) is unknown color: approx Lola. HEX triplet: BE, A9 and C5. RGB value is (190,169,197). Sum of RGB (Red+Green+Blue) = 190+169+197=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C5 is #41563A. Grayscale: #B2B2B2. Windows color (decimal): -4281915 or 12954046. OLE color: 12954046.

HSL color Cylindrical-coordinate representation of color #BEA9C5: hue angle of 285º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEA9C5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190169197-
CMYK0.040.1400.23
HSL285º19.44%71.76%-
HSV(B)285º14.21%77.25%-
XYZ45.543.3558.79-
YUV178.47138.46136.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=34.17%
G=30.40%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901691970.040.1400.2328519.4471.76
HexBEA9C54E01711d1348
Octal27625130541602743523110
Binary1011111010101001110001011001110010111100011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C5; }

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

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

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

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

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

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

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

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