#BAA9CC

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

Shades of Perfume #BAA9CC

Tints of Perfume #BAA9CC

Color information

#BAA9CC (or 0xBAA9CC) is unknown color: approx Perfume. HEX triplet: BA, A9 and CC. RGB value is (186,169,204). Sum of RGB (Red+Green+Blue) = 186+169+204=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CC is #455633. Grayscale: #B1B1B1. Windows color (decimal): -4544052 or 13412794. OLE color: 13412794.

HSL color Cylindrical-coordinate representation of color #BAA9CC: hue angle of 269.14º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA9CC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186169204-
CMYK0.090.1700.2
HSL269.14º25.55%73.14%-
HSV(B)269.14º17.16%80%-
XYZ45.3443.1763.07-
YUV178.07142.63133.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=33.27%
G=30.23%
B=36.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861692040.090.1700.2269.1425.5573.14
HexBAA9CC91101410d1a49
Octal272251314112102441532111
Binary101110101010100111001100100110001010100100001101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9CC; }

 p { color: rgb(186,169,204); }

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

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

 a { background-color: rgb(186,169,204); }

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

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

 span { border-color: rgb(186,169,204); }

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