#BAA1CD

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

Shades of Perfume #BAA1CD

Tints of Perfume #BAA1CD

Color information

#BAA1CD (or 0xBAA1CD) is unknown color: approx Perfume. HEX triplet: BA, A1 and CD. RGB value is (186,161,205). Sum of RGB (Red+Green+Blue) = 186+161+205=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1CD is #455E32. Grayscale: #ADADAD. Windows color (decimal): -4546099 or 13476282. OLE color: 13476282.

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

Color convert

RGB186161205-
CMYK0.090.2100.20
HSL274.09º30.56%71.76%-
HSV(B)274.09º21.46%80.39%-
XYZ44.0140.3463.22-
YUV173.49145.78136.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 161 (63.28% from 255) = 29.17%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=33.70%
G=29.17%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861612050.090.2100.20274.0930.5671.76
HexBAA1CD9150141121f48
Octal272241315112502442237110
Binary101110101010000111001101100110101010100100010010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1CD; }

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

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

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

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

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

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

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

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