#BAA0EB

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

Shades of Perfume #BAA0EB

Tints of Perfume #BAA0EB

Color information

#BAA0EB (or 0xBAA0EB) is unknown color: approx Perfume. HEX triplet: BA, A0 and EB. RGB value is (186,160,235). Sum of RGB (Red+Green+Blue) = 186+160+235=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0EB is #455F14. Grayscale: #B0B0B0. Windows color (decimal): -4546325 or 15442106. OLE color: 15442106.

HSL color Cylindrical-coordinate representation of color #BAA0EB: hue angle of 260.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA0EB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186160235-
CMYK0.210.3200.08
HSL260.8º65.22%77.45%-
HSV(B)260.8º31.91%92.16%-
XYZ47.8241.5884.1-
YUV176.32161.11134.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=32.01%
G=27.54%
B=40.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861602350.210.3200.08260.865.2277.45
HexBAA0EB152008105414d
Octal2722403532540010405101115
Binary101110101010000011101011101011000000100010000010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA0EB; }

 p { color: rgb(186,160,235); }

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

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

 a { background-color: rgb(186,160,235); }

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

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

 span { border-color: rgb(186,160,235); }

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