#BA9BF0

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

Shades of Perfume #BA9BF0

Tints of Perfume #BA9BF0

Color information

#BA9BF0 (or 0xBA9BF0) is unknown color: approx Perfume. HEX triplet: BA, 9B and F0. RGB value is (186,155,240). Sum of RGB (Red+Green+Blue) = 186+155+240=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA9BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BF0 is #45640F. Grayscale: #ADADAD. Windows color (decimal): -4547600 or 15768506. OLE color: 15768506.

HSL color Cylindrical-coordinate representation of color #BA9BF0: hue angle of 261.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9BF0 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186155240-
CMYK0.220.3500.06
HSL261.88º73.91%77.45%-
HSV(B)261.88º35.42%94.12%-
XYZ47.740.1787.68-
YUV173.96165.27136.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 155 (60.94% from 255) = 26.68%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=32.01%
G=26.68%
B=41.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861552400.220.3500.06261.8873.9177.45
HexBA9BF01623061064a4d
Octal272233360264306406112115
Binary10111010100110111111000010110100011011010000011010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BF0; }

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

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

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

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

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

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

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

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