#BA9EBE

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

Shades of Lola #BA9EBE

Tints of Lola #BA9EBE

Color information

#BA9EBE (or 0xBA9EBE) is unknown color: approx Lola. HEX triplet: BA, 9E and BE. RGB value is (186,158,190). Sum of RGB (Red+Green+Blue) = 186+158+190=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBE is #456141. Grayscale: #A9A9A9. Windows color (decimal): -4546882 or 12492474. OLE color: 12492474.

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

Color convert

RGB186158190-
CMYK0.020.1700.25
HSL292.5º19.75%68.24%-
HSV(B)292.5º16.84%74.51%-
XYZ41.7738.6153.97-
YUV170.02139.28139.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=34.83%
G=29.59%
B=35.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861581900.020.1700.25292.519.7568.24
HexBA9EBE2110191241444
Octal27223627622103144424104
Binary1011101010011110101111101010001011001100100100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EBE; }

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

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

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

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

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

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

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

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