#BA9DFA

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

Shades of Perfume #BA9DFA

Tints of Perfume #BA9DFA

Color information

#BA9DFA (or 0xBA9DFA) is unknown color: approx Perfume. HEX triplet: BA, 9D and FA. RGB value is (186,157,250). Sum of RGB (Red+Green+Blue) = 186+157+250=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DFA is #456205. Grayscale: #AFAFAF. Windows color (decimal): -4547078 or 16424378. OLE color: 16424378.

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

Color convert

RGB186157250-
CMYK0.260.3700.02
HSL258.71º90.29%79.8%-
HSV(B)258.71º37.2%98.04%-
XYZ49.5641.4695.83-
YUV176.27169.61134.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=31.37%
G=26.48%
B=42.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861572500.260.3700.02258.7190.2979.8
HexBA9DFA1A25021035a50
Octal272235372324502403132120
Binary1011101010011101111110101101010010101010000001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DFA; }

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

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

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

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

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

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

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

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