#BEAEC3

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

Shades of Lola #BEAEC3

Tints of Lola #BEAEC3

Color information

#BEAEC3 (or 0xBEAEC3) is unknown color: approx Lola. HEX triplet: BE, AE and C3. RGB value is (190,174,195). Sum of RGB (Red+Green+Blue) = 190+174+195=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEAEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC3 is #41513C. Grayscale: #B5B5B5. Windows color (decimal): -4280637 or 12824254. OLE color: 12824254.

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

Color convert

RGB190174195-
CMYK0.030.1100.24
HSL285.71º14.89%72.35%-
HSV(B)285.71º10.77%76.47%-
XYZ46.2245.1657.91-
YUV181.18135.8134.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=33.99%
G=31.13%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901741950.030.1100.24285.7114.8972.35
HexBEAEC33B01811ef48
Octal27625630331303043617110
Binary10111110101011101100001111101101100010001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC3; }

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

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

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

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

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

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

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

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