#BA9BBA

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

Shades of Lola #BA9BBA

Tints of Lola #BA9BBA

Color information

#BA9BBA (or 0xBA9BBA) is unknown color: approx Lola. HEX triplet: BA, 9B and BA. RGB value is (186,155,186). Sum of RGB (Red+Green+Blue) = 186+155+186=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BBA is #456445. Grayscale: #A7A7A7. Windows color (decimal): -4547654 or 12229562. OLE color: 12229562.

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

Color convert

RGB186155186-
CMYK00.1700.27
HSL300º18.34%66.86%-
HSV(B)300º16.67%72.94%-
XYZ40.8337.4351.53-
YUV167.8138.27140.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615518600.1700.2730018.3466.86
HexBA9BBA01101B12c1243
Octal27223327202103345422103
Binary101110101001101110111010010001011011100101100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BBA; }

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

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

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

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

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

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

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

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