#BA9EBD

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

Shades of Lola #BA9EBD

Tints of Lola #BA9EBD

Color information

#BA9EBD (or 0xBA9EBD) is unknown color: approx Lola. HEX triplet: BA, 9E and BD. RGB value is (186,158,189). Sum of RGB (Red+Green+Blue) = 186+158+189=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBD is #456142. Grayscale: #A9A9A9. Windows color (decimal): -4546883 or 12426938. OLE color: 12426938.

HSL color Cylindrical-coordinate representation of color #BA9EBD: hue angle of 294.19º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9EBD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186158189-
CMYK0.020.1600.26
HSL294.19º19.02%68.04%-
HSV(B)294.19º16.4%74.12%-
XYZ41.6638.5753.39-
YUV169.91138.78139.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=34.90%
G=29.64%
B=35.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861581890.020.1600.26294.1919.0268.04
HexBA9EBD21001A1261344
Octal27223627522003244623104
Binary1011101010011110101111011010000011010100100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EBD; }

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

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

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

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

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

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

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

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