#BAA2DC

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

Shades of Perfume #BAA2DC

Tints of Perfume #BAA2DC

Color information

#BAA2DC (or 0xBAA2DC) is unknown color: approx Perfume. HEX triplet: BA, A2 and DC. RGB value is (186,162,220). Sum of RGB (Red+Green+Blue) = 186+162+220=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA2DC is #455D23. Grayscale: #AFAFAF. Windows color (decimal): -4545828 or 14459578. OLE color: 14459578.

HSL color Cylindrical-coordinate representation of color #BAA2DC: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA2DC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186162220-
CMYK0.150.2600.14
HSL264.83º45.31%74.9%-
HSV(B)264.83º26.36%86.27%-
XYZ46.0941.4573.28-
YUV175.79152.95135.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 162 (63.67% from 255) = 28.52%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=32.75%
G=28.52%
B=38.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861622200.150.2600.14264.8345.3174.9
HexBAA2DCF1A0E1092d4b
Octal272242334173201641155113
Binary101110101010001011011100111111010011101000010011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2DC; }

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

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

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

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

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

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

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

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