#BA9FFA

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

Shades of Perfume #BA9FFA

Tints of Perfume #BA9FFA

Color information

#BA9FFA (or 0xBA9FFA) is unknown color: approx Perfume. HEX triplet: BA, 9F and FA. RGB value is (186,159,250). Sum of RGB (Red+Green+Blue) = 186+159+250=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFA is #456005. Grayscale: #B1B1B1. Windows color (decimal): -4546566 or 16424890. OLE color: 16424890.

HSL color Cylindrical-coordinate representation of color #BA9FFA: hue angle of 257.8º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9FFA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186159250-
CMYK0.260.3600.02
HSL257.8º90.1%80.2%-
HSV(B)257.8º36.4%98.04%-
XYZ49.942.1495.95-
YUV177.45168.95134.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=31.26%
G=26.72%
B=42.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861592500.260.3600.02257.890.180.2
HexBA9FFA1A24021025a50
Octal272237372324402402132120
Binary1011101010011111111110101101010010001010000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FFA; }

 p { color: rgb(186,159,250); }

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

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

 a { background-color: rgb(186,159,250); }

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

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

 span { border-color: rgb(186,159,250); }

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