#BEA8C3

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

Shades of Lola #BEA8C3

Tints of Lola #BEA8C3

Color information

#BEA8C3 (or 0xBEA8C3) is unknown color: approx Lola. HEX triplet: BE, A8 and C3. RGB value is (190,168,195). Sum of RGB (Red+Green+Blue) = 190+168+195=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8C3 is #41573C. Grayscale: #B1B1B1. Windows color (decimal): -4282173 or 12822718. OLE color: 12822718.

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

Color convert

RGB190168195-
CMYK0.030.1400.24
HSL288.89º18.37%71.18%-
HSV(B)288.89º13.85%76.47%-
XYZ45.0942.8957.53-
YUV177.66137.79136.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 195 (76.56% from 255) = 35.26%
R=34.36%
G=30.38%
B=35.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901681950.030.1400.24288.8918.3771.18
HexBEA8C33E0181211247
Octal27625030331603044122107
Binary101111101010100011000011111110011000100100001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8C3; }

 p { color: rgb(190,168,195); }

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

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

 a { background-color: rgb(190,168,195); }

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

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

 span { border-color: rgb(190,168,195); }

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