#BEA9C6

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

Shades of Lola #BEA9C6

Tints of Lola #BEA9C6

Color information

#BEA9C6 (or 0xBEA9C6) is unknown color: approx Lola. HEX triplet: BE, A9 and C6. RGB value is (190,169,198). Sum of RGB (Red+Green+Blue) = 190+169+198=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C6 is #415639. Grayscale: #B2B2B2. Windows color (decimal): -4281914 or 13019582. OLE color: 13019582.

HSL color Cylindrical-coordinate representation of color #BEA9C6: hue angle of 283.45º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA9C6 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190169198-
CMYK0.040.1500.22
HSL283.45º20.28%71.96%-
HSV(B)283.45º14.65%77.65%-
XYZ45.6243.459.4-
YUV178.58138.96136.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=34.11%
G=30.34%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901691980.040.1500.22283.4520.2871.96
HexBEA9C64F01611b1448
Octal27625130641702643324110
Binary1011111010101001110001101001111010110100011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C6; }

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

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

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

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

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

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

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

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