#BAA2EB

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

Shades of Perfume #BAA2EB

Tints of Perfume #BAA2EB

Color information

#BAA2EB (or 0xBAA2EB) is unknown color: approx Perfume. HEX triplet: BA, A2 and EB. RGB value is (186,162,235). Sum of RGB (Red+Green+Blue) = 186+162+235=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EB is #455D14. Grayscale: #B1B1B1. Windows color (decimal): -4545813 or 15442618. OLE color: 15442618.

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

Color convert

RGB186162235-
CMYK0.210.3100.08
HSL259.73º64.6%77.84%-
HSV(B)259.73º31.06%92.16%-
XYZ48.1742.2884.22-
YUV177.5160.45134.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 162 (63.67% from 255) = 27.79%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=31.90%
G=27.79%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861622350.210.3100.08259.7364.677.84
HexBAA2EB151F08104414e
Octal2722423532537010404101116
Binary10111010101000101110101110101111110100010000010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2EB; }

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

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

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

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

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

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

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

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