#BEA6C3

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

Shades of Lola #BEA6C3

Tints of Lola #BEA6C3

Color information

#BEA6C3 (or 0xBEA6C3) is unknown color: approx Lola. HEX triplet: BE, A6 and C3. RGB value is (190,166,195). Sum of RGB (Red+Green+Blue) = 190+166+195=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C3 is #41593C. Grayscale: #B0B0B0. Windows color (decimal): -4282685 or 12822206. OLE color: 12822206.

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

Color convert

RGB190166195-
CMYK0.030.1500.24
HSL289.66º19.46%70.78%-
HSV(B)289.66º14.87%76.47%-
XYZ44.7242.1657.41-
YUV176.48138.45137.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 166 (65.23% from 255) = 30.13%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=34.48%
G=30.13%
B=35.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901661950.030.1500.24289.6619.4670.78
HexBEA6C33F0181221347
Octal27624630331703044223107
Binary101111101010011011000011111111011000100100010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6C3; }

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

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

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

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

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

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

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

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