#BAA1CB

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

Shades of Perfume #BAA1CB

Tints of Perfume #BAA1CB

Color information

#BAA1CB (or 0xBAA1CB) is unknown color: approx Perfume. HEX triplet: BA, A1 and CB. RGB value is (186,161,203). Sum of RGB (Red+Green+Blue) = 186+161+203=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1CB is #455E34. Grayscale: #ADADAD. Windows color (decimal): -4546101 or 13345210. OLE color: 13345210.

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

Color convert

RGB186161203-
CMYK0.080.2100.20
HSL275.71º28.77%71.37%-
HSV(B)275.71º20.69%79.61%-
XYZ43.7740.2461.96-
YUV173.26144.78137.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=33.82%
G=29.27%
B=36.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861612030.080.2100.20275.7128.7771.37
HexBAA1CB8150141141d47
Octal272241313102502442435107
Binary101110101010000111001011100010101010100100010100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1CB; }

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

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

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

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

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

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

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

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