#BEA6BF

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

Shades of Lola #BEA6BF

Tints of Lola #BEA6BF

Color information

#BEA6BF (or 0xBEA6BF) is unknown color: approx Lola. HEX triplet: BE, A6 and BF. RGB value is (190,166,191). Sum of RGB (Red+Green+Blue) = 190+166+191=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6BF is #415940. Grayscale: #AFAFAF. Windows color (decimal): -4282689 or 12560062. OLE color: 12560062.

HSL color Cylindrical-coordinate representation of color #BEA6BF: hue angle of 297.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEA6BF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190166191-
CMYK0.010.1300.25
HSL297.6º16.34%70%-
HSV(B)297.6º13.09%74.9%-
XYZ44.2841.9855.06-
YUV176.03136.45137.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 166 (65.23% from 255) = 30.35%
BLUE value IS 191 (75% from 255) = 34.92%
R=34.73%
G=30.35%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901661910.010.1300.25297.616.3470
HexBEA6BF1D01912a1046
Octal27624627711503145220106
Binary10111110101001101011111111101011001100101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6BF; }

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

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

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

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

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

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

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

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