#BAA6CF

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

Shades of Perfume #BAA6CF

Tints of Perfume #BAA6CF

Color information

#BAA6CF (or 0xBAA6CF) is unknown color: approx Perfume. HEX triplet: BA, A6 and CF. RGB value is (186,166,207). Sum of RGB (Red+Green+Blue) = 186+166+207=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CF is #455930. Grayscale: #B0B0B0. Windows color (decimal): -4544817 or 13608634. OLE color: 13608634.

HSL color Cylindrical-coordinate representation of color #BAA6CF: hue angle of 269.27º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA6CF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186166207-
CMYK0.100.2000.19
HSL269.27º29.93%73.14%-
HSV(B)269.27º19.81%81.18%-
XYZ45.1542.2264.8-
YUV176.65145.13134.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=33.27%
G=29.70%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861662070.100.2000.19269.2729.9373.14
HexBAA6CFA1401310d1e49
Octal272246317122402341536111
Binary101110101010011011001111101010100010011100001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6CF; }

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

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

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

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

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

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

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

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