#BA9EBF

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

Shades of Lola #BA9EBF

Tints of Lola #BA9EBF

Color information

#BA9EBF (or 0xBA9EBF) is unknown color: approx Lola. HEX triplet: BA, 9E and BF. RGB value is (186,158,191). Sum of RGB (Red+Green+Blue) = 186+158+191=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA9EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBF is #456140. Grayscale: #AAAAAA. Windows color (decimal): -4546881 or 12558010. OLE color: 12558010.

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

Color convert

RGB186158191-
CMYK0.030.1700.25
HSL290.91º20.5%68.43%-
HSV(B)290.91º17.28%74.9%-
XYZ41.8838.6554.54-
YUV170.13139.78139.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 191 (75% from 255) = 35.70%
R=34.77%
G=29.53%
B=35.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861581910.030.1700.25290.9120.568.43
HexBA9EBF3110191231444
Octal27223627732103144324104
Binary1011101010011110101111111110001011001100100011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EBF; }

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

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

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

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

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

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

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

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