#BAA1D1

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

Shades of Perfume #BAA1D1

Tints of Perfume #BAA1D1

Color information

#BAA1D1 (or 0xBAA1D1) is unknown color: approx Perfume. HEX triplet: BA, A1 and D1. RGB value is (186,161,209). Sum of RGB (Red+Green+Blue) = 186+161+209=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D1 is #455E2E. Grayscale: #ADADAD. Windows color (decimal): -4546095 or 13738426. OLE color: 13738426.

HSL color Cylindrical-coordinate representation of color #BAA1D1: hue angle of 271.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA1D1 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186161209-
CMYK0.110.2300.18
HSL271.25º34.29%72.55%-
HSV(B)271.25º22.97%81.96%-
XYZ44.540.5365.8-
YUV173.95147.78136.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 161 (63.28% from 255) = 28.96%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=33.45%
G=28.96%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861612090.110.2300.18271.2534.2972.55
HexBAA1D1B1701210f2249
Octal272241321132702241742111
Binary1011101010100001110100011011101110100101000011111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1D1; }

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

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

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

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

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

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

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

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