#BA9AFD

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

Shades of Perfume #BA9AFD

Tints of Perfume #BA9AFD

Color information

#BA9AFD (or 0xBA9AFD) is unknown color: approx Perfume. HEX triplet: BA, 9A and FD. RGB value is (186,154,253). Sum of RGB (Red+Green+Blue) = 186+154+253=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AFD is #456502. Grayscale: #AEAEAE. Windows color (decimal): -4547843 or 16620218. OLE color: 16620218.

HSL color Cylindrical-coordinate representation of color #BA9AFD: hue angle of 259.39º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA9AFD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186154253-
CMYK0.260.3900.01
HSL259.39º96.12%79.8%-
HSV(B)259.39º39.13%99.22%-
XYZ49.5340.6498.16-
YUV174.85172.1135.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=31.37%
G=25.97%
B=42.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861542530.260.3900.01259.3996.1279.8
HexBA9AFD1A27011036050
Octal272232375324701403140120
Binary101110101001101011111101110101001110110000001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AFD; }

 p { color: rgb(186,154,253); }

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

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

 a { background-color: rgb(186,154,253); }

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

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

 span { border-color: rgb(186,154,253); }

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