#BAA9C8

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

Shades of Perfume #BAA9C8

Tints of Perfume #BAA9C8

Color information

#BAA9C8 (or 0xBAA9C8) is unknown color: approx Perfume. HEX triplet: BA, A9 and C8. RGB value is (186,169,200). Sum of RGB (Red+Green+Blue) = 186+169+200=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9C8 is #455637. Grayscale: #B1B1B1. Windows color (decimal): -4544056 or 13150650. OLE color: 13150650.

HSL color Cylindrical-coordinate representation of color #BAA9C8: hue angle of 272.9º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA9C8 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186169200-
CMYK0.070.1600.22
HSL272.9º21.99%72.35%-
HSV(B)272.9º15.5%78.43%-
XYZ44.8642.9960.58-
YUV177.62140.63133.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=33.51%
G=30.45%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861692000.070.1600.22272.921.9972.35
HexBAA9C87100161111648
Octal27225131072002642126110
Binary10111010101010011100100011110000010110100010001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9C8; }

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

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

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

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

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

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

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

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