#BEA9C3

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

Shades of Lola #BEA9C3

Tints of Lola #BEA9C3

Color information

#BEA9C3 (or 0xBEA9C3) is unknown color: approx Lola. HEX triplet: BE, A9 and C3. RGB value is (190,169,195). Sum of RGB (Red+Green+Blue) = 190+169+195=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C3 is #41563C. Grayscale: #B2B2B2. Windows color (decimal): -4281917 or 12822974. OLE color: 12822974.

HSL color Cylindrical-coordinate representation of color #BEA9C3: hue angle of 288.46º degrees, saturation: 0.18, 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 #BEA9C3 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190169195-
CMYK0.030.1300.24
HSL288.46º17.81%71.37%-
HSV(B)288.46º13.33%76.47%-
XYZ45.2743.2657.59-
YUV178.24137.46136.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=34.30%
G=30.51%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901691950.030.1300.24288.4617.8171.37
HexBEA9C33D0181201247
Octal27625130331503044022107
Binary101111101010100111000011111101011000100100000100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C3; }

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

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

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

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

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

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

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

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