#BA9AFF

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

Shades of Perfume #BA9AFF

Tints of Perfume #BA9AFF

Color information

#BA9AFF (or 0xBA9AFF) is unknown color: approx Perfume. HEX triplet: BA, 9A and FF. RGB value is (186,154,255). Sum of RGB (Red+Green+Blue) = 186+154+255=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AFF is #456500. Grayscale: #AEAEAE. Windows color (decimal): -4547841 or 16751290. OLE color: 16751290.

HSL color Cylindrical-coordinate representation of color #BA9AFF: hue angle of 259.01º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA9AFF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186154255-
CMYK0.270.4000
HSL259.01º100%80.2%-
HSV(B)259.01º39.61%100%-
XYZ49.8640.7799.85-
YUV175.08173.1135.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 255 (100% from 255) = 42.86%
R=31.26%
G=25.88%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861542550.270.4000259.0110080.2
HexBA9AFF1B28001036450
Octal272232377335000403144120
Binary101110101001101011111111110111010000010000001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AFF; }

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

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

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

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

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

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

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

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