#BA9DBE

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

Shades of Lola #BA9DBE

Tints of Lola #BA9DBE

Color information

#BA9DBE (or 0xBA9DBE) is unknown color: approx Lola. HEX triplet: BA, 9D and BE. RGB value is (186,157,190). Sum of RGB (Red+Green+Blue) = 186+157+190=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DBE is #456241. Grayscale: #A9A9A9. Windows color (decimal): -4547138 or 12492218. OLE color: 12492218.

HSL color Cylindrical-coordinate representation of color #BA9DBE: hue angle of 292.73º 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 #BA9DBE is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186157190-
CMYK0.020.1700.25
HSL292.73º20.25%68.04%-
HSV(B)292.73º17.37%74.51%-
XYZ41.638.2753.91-
YUV169.43139.61139.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=34.90%
G=29.46%
B=35.65%

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
Decimal1861571900.020.1700.25292.7320.2568.04
HexBA9DBE2110191251444
Octal27223527622103144524104
Binary1011101010011101101111101010001011001100100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DBE; }

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

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

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

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

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

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

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

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