#BAAEBA

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

Shades of Lola #BAAEBA

Tints of Lola #BAAEBA

Color information

#BAAEBA (or 0xBAAEBA) is unknown color: approx Lola. HEX triplet: BA, AE and BA. RGB value is (186,174,186). Sum of RGB (Red+Green+Blue) = 186+174+186=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BAAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEBA is #455145. Grayscale: #B2B2B2. Windows color (decimal): -4542790 or 12234426. OLE color: 12234426.

HSL color Cylindrical-coordinate representation of color #BAAEBA: hue angle of 300º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEBA is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186174186-
CMYK00.0600.27
HSL300º8%70.59%-
HSV(B)300º6.45%72.94%-
XYZ44.2544.2652.66-
YUV178.96131.98133.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=34.07%
G=31.87%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617418600.0600.27300870.59
HexBAAEBA0601B12c847
Octal2722562720603345410107
Binary101110101010111010111010011001101110010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEBA; }

 p { color: rgb(186,174,186); }

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

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

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

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

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

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

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