#BA9EBB

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

Shades of Lola #BA9EBB

Tints of Lola #BA9EBB

Color information

#BA9EBB (or 0xBA9EBB) is unknown color: approx Lola. HEX triplet: BA, 9E and BB. RGB value is (186,158,187). Sum of RGB (Red+Green+Blue) = 186+158+187=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA9EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBB is #456144. Grayscale: #A9A9A9. Windows color (decimal): -4546885 or 12295866. OLE color: 12295866.

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

Color convert

RGB186158187-
CMYK0.010.1600.27
HSL297.93º17.58%67.65%-
HSV(B)297.93º15.51%73.33%-
XYZ41.4538.4852.26-
YUV169.68137.78139.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=35.03%
G=29.76%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861581870.010.1600.27297.9317.5867.65
HexBA9EBB11001B12a1244
Octal27223627312003345222104
Binary101110101001111010111011110000011011100101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EBB; }

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

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

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

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

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

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

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

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