#BAA2CA

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

Shades of Perfume #BAA2CA

Tints of Perfume #BAA2CA

Color information

#BAA2CA (or 0xBAA2CA) is unknown color: approx Perfume. HEX triplet: BA, A2 and CA. RGB value is (186,162,202). Sum of RGB (Red+Green+Blue) = 186+162+202=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2CA is #455D35. Grayscale: #ADADAD. Windows color (decimal): -4545846 or 13279930. OLE color: 13279930.

HSL color Cylindrical-coordinate representation of color #BAA2CA: hue angle of 276º degrees, saturation: 0.27, 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 #BAA2CA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186162202-
CMYK0.080.2000.21
HSL276º27.4%71.37%-
HSV(B)276º19.8%79.22%-
XYZ43.8340.5461.39-
YUV173.74143.95136.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 162 (63.67% from 255) = 29.45%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=33.82%
G=29.45%
B=36.73%

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
Decimal1861622020.080.2000.2127627.471.37
HexBAA2CA8140151141b47
Octal272242312102402542433107
Binary101110101010001011001010100010100010101100010100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2CA; }

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

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

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

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

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

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

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

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