#BAA5C9

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

Shades of Perfume #BAA5C9

Tints of Perfume #BAA5C9

Color information

#BAA5C9 (or 0xBAA5C9) is unknown color: approx Perfume. HEX triplet: BA, A5 and C9. RGB value is (186,165,201). Sum of RGB (Red+Green+Blue) = 186+165+201=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA5C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5C9 is #455A36. Grayscale: #AFAFAF. Windows color (decimal): -4545079 or 13215162. OLE color: 13215162.

HSL color Cylindrical-coordinate representation of color #BAA5C9: hue angle of 275º degrees, saturation: 0.25, 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 #BAA5C9 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186165201-
CMYK0.070.1800.21
HSL275º25%71.76%-
HSV(B)275º17.91%78.82%-
XYZ44.2541.5760.95-
YUV175.38142.46135.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 165 (64.84% from 255) = 29.89%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=33.70%
G=29.89%
B=36.41%

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
Decimal1861652010.070.1800.212752571.76
HexBAA5C97120151131948
Octal27224531172202542331110
Binary10111010101001011100100111110010010101100010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA5C9; }

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

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

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

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

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

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

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

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