#BEAEBD

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

Shades of Lola #BEAEBD

Tints of Lola #BEAEBD

Color information

#BEAEBD (or 0xBEAEBD) is unknown color: approx Lola. HEX triplet: BE, AE and BD. RGB value is (190,174,189). Sum of RGB (Red+Green+Blue) = 190+174+189=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEBD is #415142. Grayscale: #B4B4B4. Windows color (decimal): -4280643 or 12431038. OLE color: 12431038.

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

Color convert

RGB190174189-
CMYK00.080.010.25
HSL303.75º10.96%71.37%-
HSV(B)303.75º8.42%74.51%-
XYZ45.5644.8954.41-
YUV180.49132.8134.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=34.36%
G=31.46%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017418900.080.010.25303.7510.9671.37
HexBEAEBD08119130b47
Octal27625627501013146013107
Binary1011111010101110101111010100011100110011000010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEBD; }

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

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

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

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

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

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

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

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