#BAA1DF

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

Shades of Perfume #BAA1DF

Tints of Perfume #BAA1DF

Color information

#BAA1DF (or 0xBAA1DF) is unknown color: approx Perfume. HEX triplet: BA, A1 and DF. RGB value is (186,161,223). Sum of RGB (Red+Green+Blue) = 186+161+223=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1DF is #455E20. Grayscale: #AFAFAF. Windows color (decimal): -4546081 or 14655930. OLE color: 14655930.

HSL color Cylindrical-coordinate representation of color #BAA1DF: hue angle of 264.19º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA1DF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186161223-
CMYK0.170.2800.13
HSL264.19º49.21%75.29%-
HSV(B)264.19º27.8%87.45%-
XYZ46.3141.2675.33-
YUV175.54154.78135.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 161 (63.28% from 255) = 28.25%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=32.63%
G=28.25%
B=39.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861612230.170.2800.13264.1949.2175.29
HexBAA1DF111C0D108314b
Octal272241337213401541061113
Binary1011101010100001110111111000111100011011000010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1DF; }

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

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

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

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

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

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

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

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