#BEAEC0

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

Shades of Lola #BEAEC0

Tints of Lola #BEAEC0

Color information

#BEAEC0 (or 0xBEAEC0) is unknown color: approx Lola. HEX triplet: BE, AE and C0. RGB value is (190,174,192). Sum of RGB (Red+Green+Blue) = 190+174+192=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC0 is #41513F. Grayscale: #B4B4B4. Windows color (decimal): -4280640 or 12627646. OLE color: 12627646.

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

Color convert

RGB190174192-
CMYK0.010.0900.25
HSL293.33º12.5%71.76%-
HSV(B)293.33º9.38%75.29%-
XYZ45.8945.0356.14-
YUV180.84134.3134.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=34.17%
G=31.29%
B=34.53%

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
Decimal1901741920.010.0900.25293.3312.571.76
HexBEAEC019019125c48
Octal27625630011103144514110
Binary1011111010101110110000001100101100110010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC0; }

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

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

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

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

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

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

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

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