#BA97BE

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

Shades of Lola #BA97BE

Tints of Lola #BA97BE

Color information

#BA97BE (or 0xBA97BE) is unknown color: approx Lola. HEX triplet: BA, 97 and BE. RGB value is (186,151,190). Sum of RGB (Red+Green+Blue) = 186+151+190=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA97BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97BE is #456841. Grayscale: #A5A5A5. Windows color (decimal): -4548674 or 12490682. OLE color: 12490682.

HSL color Cylindrical-coordinate representation of color #BA97BE: hue angle of 293.85º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA97BE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186151190-
CMYK0.020.2100.25
HSL293.85º23.08%66.86%-
HSV(B)293.85º20.53%74.51%-
XYZ40.6136.2953.58-
YUV165.91141.6142.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=35.29%
G=28.65%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861511900.020.2100.25293.8523.0866.86
HexBA97BE2150191261743
Octal27222727622503144627103
Binary1011101010010111101111101010101011001100100110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97BE; }

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

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

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

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

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

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

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

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