#BEA9C4

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

Shades of Lola #BEA9C4

Tints of Lola #BEA9C4

Color information

#BEA9C4 (or 0xBEA9C4) is unknown color: approx Lola. HEX triplet: BE, A9 and C4. RGB value is (190,169,196). Sum of RGB (Red+Green+Blue) = 190+169+196=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C4 is #41563B. Grayscale: #B2B2B2. Windows color (decimal): -4281916 or 12888510. OLE color: 12888510.

HSL color Cylindrical-coordinate representation of color #BEA9C4: hue angle of 286.67º 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 #BEA9C4 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190169196-
CMYK0.030.1400.23
HSL286.67º18.62%71.57%-
HSV(B)286.67º13.78%76.86%-
XYZ45.3943.3158.19-
YUV178.36137.96136.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=34.23%
G=30.45%
B=35.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901691960.030.1400.23286.6718.6271.57
HexBEA9C43E01711f1348
Octal27625130431602743723110
Binary101111101010100111000100111110010111100011111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C4; }

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

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

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

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

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

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

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

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