#BAA1D5

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

Shades of Perfume #BAA1D5

Tints of Perfume #BAA1D5

Color information

#BAA1D5 (or 0xBAA1D5) is unknown color: approx Perfume. HEX triplet: BA, A1 and D5. RGB value is (186,161,213). Sum of RGB (Red+Green+Blue) = 186+161+213=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAA1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1D5 is #455E2A. Grayscale: #AEAEAE. Windows color (decimal): -4546091 or 14000570. OLE color: 14000570.

HSL color Cylindrical-coordinate representation of color #BAA1D5: hue angle of 268.85º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA1D5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186161213-
CMYK0.130.2400.16
HSL268.85º38.24%73.33%-
HSV(B)268.85º24.41%83.53%-
XYZ4540.7368.44-
YUV174.4149.78136.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=33.21%
G=28.75%
B=38.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861612130.130.2400.16268.8538.2473.33
HexBAA1D5D1801010d2649
Octal272241325153002041546111
Binary1011101010100001110101011101110000100001000011011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1D5; }

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

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

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

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

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

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

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

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