#BAA6DC

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

Shades of Perfume #BAA6DC

Tints of Perfume #BAA6DC

Color information

#BAA6DC (or 0xBAA6DC) is unknown color: approx Perfume. HEX triplet: BA, A6 and DC. RGB value is (186,166,220). Sum of RGB (Red+Green+Blue) = 186+166+220=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DC is #455923. Grayscale: #B1B1B1. Windows color (decimal): -4544804 or 14460602. OLE color: 14460602.

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

Color convert

RGB186166220-
CMYK0.150.2500.14
HSL262.22º43.55%75.69%-
HSV(B)262.22º24.55%86.27%-
XYZ46.842.8873.52-
YUV178.14151.63133.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=32.52%
G=29.02%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861662200.150.2500.14262.2243.5575.69
HexBAA6DCF190E1062c4c
Octal272246334173101640654114
Binary101110101010011011011100111111001011101000001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6DC; }

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

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

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

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

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

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

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

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