#BAA4C9

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

Shades of Perfume #BAA4C9

Tints of Perfume #BAA4C9

Color information

#BAA4C9 (or 0xBAA4C9) is unknown color: approx Perfume. HEX triplet: BA, A4 and C9. RGB value is (186,164,201). Sum of RGB (Red+Green+Blue) = 186+164+201=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4C9 is #455B36. Grayscale: #AEAEAE. Windows color (decimal): -4545335 or 13214906. OLE color: 13214906.

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

Color convert

RGB186164201-
CMYK0.070.1800.21
HSL275.68º25.52%71.57%-
HSV(B)275.68º18.41%78.82%-
XYZ44.0741.2160.89-
YUV174.8142.79135.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 164 (64.45% from 255) = 29.76%
BLUE value IS 201 (78.91% from 255) = 36.48%
R=33.76%
G=29.76%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861642010.070.1800.21275.6825.5271.57
HexBAA4C97120151141a48
Octal27224431172202542432110
Binary10111010101001001100100111110010010101100010100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4C9; }

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

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

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

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

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

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

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

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