#BEA7BF

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

Shades of Lola #BEA7BF

Tints of Lola #BEA7BF

Color information

#BEA7BF (or 0xBEA7BF) is unknown color: approx Lola. HEX triplet: BE, A7 and BF. RGB value is (190,167,191). Sum of RGB (Red+Green+Blue) = 190+167+191=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEA7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7BF is #415840. Grayscale: #B0B0B0. Windows color (decimal): -4282433 or 12560318. OLE color: 12560318.

HSL color Cylindrical-coordinate representation of color #BEA7BF: hue angle of 297.5º 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 #BEA7BF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190167191-
CMYK0.010.1300.25
HSL297.5º15.79%70.2%-
HSV(B)297.5º12.57%74.9%-
XYZ44.4642.3555.12-
YUV176.61136.12137.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 34.85%
R=34.67%
G=30.47%
B=34.85%

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
Decimal1901671910.010.1300.25297.515.7970.2
HexBEA7BF1D01912a1046
Octal27624727711503145220106
Binary10111110101001111011111111101011001100101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7BF; }

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

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

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

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

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

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

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

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