#BAA1FE

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

Shades of Perfume #BAA1FE

Tints of Perfume #BAA1FE

Color information

#BAA1FE (or 0xBAA1FE) is unknown color: approx Perfume. HEX triplet: BA, A1 and FE. RGB value is (186,161,254). Sum of RGB (Red+Green+Blue) = 186+161+254=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1FE is #455E01. Grayscale: #B2B2B2. Windows color (decimal): -4546050 or 16687546. OLE color: 16687546.

HSL color Cylindrical-coordinate representation of color #BAA1FE: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA1FE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186161254-
CMYK0.270.3700.00
HSL256.13º97.89%81.37%-
HSV(B)256.13º36.61%99.61%-
XYZ50.8843.0899.4-
YUV179.08170.28132.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=30.95%
G=26.79%
B=42.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861612540.270.3700.00256.1397.8981.37
HexBAA1FE1B25001006251
Octal272241376334500400142121
Binary101110101010000111111110110111001010010000000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1FE; }

 p { color: rgb(186,161,254); }

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

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

 a { background-color: rgb(186,161,254); }

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

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

 span { border-color: rgb(186,161,254); }

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