#BAA3CB

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

Shades of Perfume #BAA3CB

Tints of Perfume #BAA3CB

Color information

#BAA3CB (or 0xBAA3CB) is unknown color: approx Perfume. HEX triplet: BA, A3 and CB. RGB value is (186,163,203). Sum of RGB (Red+Green+Blue) = 186+163+203=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3CB is #455C34. Grayscale: #AEAEAE. Windows color (decimal): -4545589 or 13345722. OLE color: 13345722.

HSL color Cylindrical-coordinate representation of color #BAA3CB: hue angle of 274.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA3CB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186163203-
CMYK0.080.2000.20
HSL274.5º27.78%71.76%-
HSV(B)274.5º19.7%79.61%-
XYZ44.1340.9562.08-
YUV174.44144.12136.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 163 (64.06% from 255) = 29.53%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=33.70%
G=29.53%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861632030.080.2000.20274.527.7871.76
HexBAA3CB8140141121c48
Octal272243313102402442234110
Binary101110101010001111001011100010100010100100010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3CB; }

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

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

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

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

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

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

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

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