#BAA1CF

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

Shades of Perfume #BAA1CF

Tints of Perfume #BAA1CF

Color information

#BAA1CF (or 0xBAA1CF) is unknown color: approx Perfume. HEX triplet: BA, A1 and CF. RGB value is (186,161,207). Sum of RGB (Red+Green+Blue) = 186+161+207=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAA1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA1CF is #455E30. Grayscale: #ADADAD. Windows color (decimal): -4546097 or 13607354. OLE color: 13607354.

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

Color convert

RGB186161207-
CMYK0.100.2200.19
HSL272.61º32.39%72.16%-
HSV(B)272.61º22.22%81.18%-
XYZ44.2640.4364.5-
YUV173.72146.78136.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=33.57%
G=29.06%
B=37.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861612070.100.2200.19272.6132.3972.16
HexBAA1CFA160131112048
Octal272241317122602342140110
Binary1011101010100001110011111010101100100111000100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1CF; }

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

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

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

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

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

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

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

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