#BAA2FA

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

Shades of Perfume #BAA2FA

Tints of Perfume #BAA2FA

Color information

#BAA2FA (or 0xBAA2FA) is unknown color: approx Perfume. HEX triplet: BA, A2 and FA. RGB value is (186,162,250). Sum of RGB (Red+Green+Blue) = 186+162+250=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2FA is #455D05. Grayscale: #B2B2B2. Windows color (decimal): -4545798 or 16425658. OLE color: 16425658.

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

Color convert

RGB186162250-
CMYK0.260.3500.02
HSL256.36º89.8%80.78%-
HSV(B)256.36º35.2%98.04%-
XYZ50.4343.1896.12-
YUV179.21167.95132.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=31.10%
G=27.09%
B=41.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861622500.260.3500.02256.3689.880.78
HexBAA2FA1A23021005a51
Octal272242372324302400132121
Binary1011101010100010111110101101010001101010000000010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2FA; }

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

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

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

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

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

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

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

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