#BEAEBF

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

Shades of Lola #BEAEBF

Tints of Lola #BEAEBF

Color information

#BEAEBF (or 0xBEAEBF) is unknown color: approx Lola. HEX triplet: BE, AE and BF. RGB value is (190,174,191). Sum of RGB (Red+Green+Blue) = 190+174+191=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBF is #415140. Grayscale: #B4B4B4. Windows color (decimal): -4280641 or 12562110. OLE color: 12562110.

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

Color convert

RGB190174191-
CMYK0.010.0900.25
HSL296.47º11.72%71.57%-
HSV(B)296.47º8.9%74.9%-
XYZ45.7844.9855.56-
YUV180.72133.8134.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 191 (75% from 255) = 34.41%
R=34.23%
G=31.35%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901741910.010.0900.25296.4711.7271.57
HexBEAEBF19019128c48
Octal27625627711103145014110
Binary1011111010101110101111111100101100110010100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEBF; }

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

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

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

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

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

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

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

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