#BAA1CA

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

Shades of Perfume #BAA1CA

Tints of Perfume #BAA1CA

Color information

#BAA1CA (or 0xBAA1CA) is unknown color: approx Perfume. HEX triplet: BA, A1 and CA. RGB value is (186,161,202). Sum of RGB (Red+Green+Blue) = 186+161+202=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1CA is #455E35. Grayscale: #ADADAD. Windows color (decimal): -4546102 or 13279674. OLE color: 13279674.

HSL color Cylindrical-coordinate representation of color #BAA1CA: hue angle of 276.59º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA1CA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186161202-
CMYK0.080.2000.21
HSL276.59º27.89%71.18%-
HSV(B)276.59º20.3%79.22%-
XYZ43.6640.1961.33-
YUV173.15144.28137.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=33.88%
G=29.33%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861612020.080.2000.21276.5927.8971.18
HexBAA1CA8140151151c47
Octal272241312102402542534107
Binary101110101010000111001010100010100010101100010101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1CA; }

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

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

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

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

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

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

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

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