#BAAABE

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

Shades of Lola #BAAABE

Tints of Lola #BAAABE

Color information

#BAAABE (or 0xBAAABE) is unknown color: approx Lola. HEX triplet: BA, AA and BE. RGB value is (186,170,190). Sum of RGB (Red+Green+Blue) = 186+170+190=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABE is #455541. Grayscale: #B1B1B1. Windows color (decimal): -4543810 or 12495546. OLE color: 12495546.

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

Color convert

RGB186170190-
CMYK0.020.1100.25
HSL288º13.33%70.59%-
HSV(B)288º10.53%74.51%-
XYZ43.9242.9154.68-
YUV177.06135.3134.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=34.07%
G=31.14%
B=34.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861701900.020.1100.2528813.3370.59
HexBAAABE2B019120d47
Octal27225227621303144015107
Binary10111010101010101011111010101101100110010000011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAABE; }

 p { color: rgb(186,170,190); }

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

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

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

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

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

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

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