#BEA9C2

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

Shades of Lola #BEA9C2

Tints of Lola #BEA9C2

Color information

#BEA9C2 (or 0xBEA9C2) is unknown color: approx Lola. HEX triplet: BE, A9 and C2. RGB value is (190,169,194). Sum of RGB (Red+Green+Blue) = 190+169+194=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C2 is #41563D. Grayscale: #B2B2B2. Windows color (decimal): -4281918 or 12757438. OLE color: 12757438.

HSL color Cylindrical-coordinate representation of color #BEA9C2: hue angle of 290.4º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA9C2 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190169194-
CMYK0.020.1300.24
HSL290.4º17.01%71.18%-
HSV(B)290.4º12.89%76.08%-
XYZ45.1643.2257-
YUV178.13136.96136.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 169 (66.41% from 255) = 30.56%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=34.36%
G=30.56%
B=35.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901691940.020.1300.24290.417.0171.18
HexBEA9C22D0181221147
Octal27625130221503044221107
Binary101111101010100111000010101101011000100100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C2; }

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

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

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

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

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

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

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

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