#BAA2EE

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

Shades of Perfume #BAA2EE

Tints of Perfume #BAA2EE

Color information

#BAA2EE (or 0xBAA2EE) is unknown color: approx Perfume. HEX triplet: BA, A2 and EE. RGB value is (186,162,238). Sum of RGB (Red+Green+Blue) = 186+162+238=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EE is #455D11. Grayscale: #B1B1B1. Windows color (decimal): -4545810 or 15639226. OLE color: 15639226.

HSL color Cylindrical-coordinate representation of color #BAA2EE: hue angle of 258.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA2EE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186162238-
CMYK0.220.3200.07
HSL258.95º69.09%78.43%-
HSV(B)258.95º31.93%93.33%-
XYZ48.642.4586.52-
YUV177.84161.95133.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.74%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=31.74%
G=27.65%
B=40.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861622380.220.3200.07258.9569.0978.43
HexBAA2EE162007103454e
Octal272242356264007403105116
Binary10111010101000101110111010110100000011110000001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2EE; }

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

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

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

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

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

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

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

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