#BAA3CF

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

Shades of Perfume #BAA3CF

Tints of Perfume #BAA3CF

Color information

#BAA3CF (or 0xBAA3CF) is unknown color: approx Perfume. HEX triplet: BA, A3 and CF. RGB value is (186,163,207). Sum of RGB (Red+Green+Blue) = 186+163+207=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3CF is #455C30. Grayscale: #AEAEAE. Windows color (decimal): -4545585 or 13607866. OLE color: 13607866.

HSL color Cylindrical-coordinate representation of color #BAA3CF: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA3CF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186163207-
CMYK0.100.2100.19
HSL271.36º31.43%72.55%-
HSV(B)271.36º21.26%81.18%-
XYZ44.6141.1464.62-
YUV174.89146.12135.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 207 (81.25% from 255) = 37.23%
R=33.45%
G=29.32%
B=37.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861632070.100.2100.19271.3631.4372.55
HexBAA3CFA1501310f1f49
Octal272243317122502341737111
Binary101110101010001111001111101010101010011100001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3CF; }

 p { color: rgb(186,163,207); }

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

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

 a { background-color: rgb(186,163,207); }

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

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

 span { border-color: rgb(186,163,207); }

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