#BAA6C9

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

Shades of Perfume #BAA6C9

Tints of Perfume #BAA6C9

Color information

#BAA6C9 (or 0xBAA6C9) is unknown color: approx Perfume. HEX triplet: BA, A6 and C9. RGB value is (186,166,201). Sum of RGB (Red+Green+Blue) = 186+166+201=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6C9 is #455936. Grayscale: #AFAFAF. Windows color (decimal): -4544823 or 13215418. OLE color: 13215418.

HSL color Cylindrical-coordinate representation of color #BAA6C9: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA6C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186166201-
CMYK0.070.1700.21
HSL274.29º24.48%71.96%-
HSV(B)274.29º17.41%78.82%-
XYZ44.4341.9361.01-
YUV175.97142.13135.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 166 (65.23% from 255) = 30.02%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=33.63%
G=30.02%
B=36.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861662010.070.1700.21274.2924.4871.96
HexBAA6C97110151121848
Octal27224631172102542230110
Binary10111010101001101100100111110001010101100010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6C9; }

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

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

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

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

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

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

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

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