#BA9EC4

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

Shades of Lola #BA9EC4

Tints of Lola #BA9EC4

Color information

#BA9EC4 (or 0xBA9EC4) is unknown color: approx Lola. HEX triplet: BA, 9E and C4. RGB value is (186,158,196). Sum of RGB (Red+Green+Blue) = 186+158+196=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA9EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EC4 is #45613B. Grayscale: #AAAAAA. Windows color (decimal): -4546876 or 12885690. OLE color: 12885690.

HSL color Cylindrical-coordinate representation of color #BA9EC4: hue angle of 284.21º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9EC4 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186158196-
CMYK0.050.1900.23
HSL284.21º24.36%69.41%-
HSV(B)284.21º19.39%76.86%-
XYZ42.4438.8857.49-
YUV170.7142.28138.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=34.44%
G=29.26%
B=36.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861581960.050.1900.23284.2124.3669.41
HexBA9EC451301711c1845
Octal27223630452302743430105
Binary10111010100111101100010010110011010111100011100110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EC4; }

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

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

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

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

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

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

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

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