#BA95BF

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

Shades of Lola #BA95BF

Tints of Lola #BA95BF

Color information

#BA95BF (or 0xBA95BF) is unknown color: approx Lola. HEX triplet: BA, 95 and BF. RGB value is (186,149,191). Sum of RGB (Red+Green+Blue) = 186+149+191=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA95BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BF is #456A40. Grayscale: #A4A4A4. Windows color (decimal): -4549185 or 12555706. OLE color: 12555706.

HSL color Cylindrical-coordinate representation of color #BA95BF: hue angle of 292.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA95BF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186149191-
CMYK0.030.2200.25
HSL292.86º24.71%66.67%-
HSV(B)292.86º21.99%74.9%-
XYZ40.435.754.05-
YUV164.85142.76143.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 191 (75% from 255) = 36.31%
R=35.36%
G=28.33%
B=36.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861491910.030.2200.25292.8624.7166.67
HexBA95BF3160191251943
Octal27222527732603144531103
Binary1011101010010101101111111110110011001100100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95BF; }

 p { color: rgb(186,149,191); }

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

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

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

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

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

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

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