#BA9BBE

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

Shades of Lola #BA9BBE

Tints of Lola #BA9BBE

Color information

#BA9BBE (or 0xBA9BBE) is unknown color: approx Lola. HEX triplet: BA, 9B and BE. RGB value is (186,155,190). Sum of RGB (Red+Green+Blue) = 186+155+190=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BBE is #456441. Grayscale: #A8A8A8. Windows color (decimal): -4547650 or 12491706. OLE color: 12491706.

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

Color convert

RGB186155190-
CMYK0.020.1800.25
HSL293.14º21.21%67.65%-
HSV(B)293.14º18.42%74.51%-
XYZ41.2737.653.8-
YUV168.26140.27140.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=35.03%
G=29.19%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861551900.020.1800.25293.1421.2167.65
HexBA9BBE2120191251544
Octal27223327622203144525104
Binary1011101010011011101111101010010011001100100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BBE; }

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

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

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

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

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

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

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

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