#BAA4EB

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

Shades of Perfume #BAA4EB

Tints of Perfume #BAA4EB

Color information

#BAA4EB (or 0xBAA4EB) is unknown color: approx Perfume. HEX triplet: BA, A4 and EB. RGB value is (186,164,235). Sum of RGB (Red+Green+Blue) = 186+164+235=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4EB is #455B14. Grayscale: #B2B2B2. Windows color (decimal): -4545301 or 15443130. OLE color: 15443130.

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

Color convert

RGB186164235-
CMYK0.210.3000.08
HSL258.59º63.96%78.24%-
HSV(B)258.59º30.21%92.16%-
XYZ48.5242.9984.34-
YUV178.67159.79133.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=31.79%
G=28.03%
B=40.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861642350.210.3000.08258.5963.9678.24
HexBAA4EB151E08103404e
Octal2722443532536010403100116
Binary10111010101001001110101110101111100100010000001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4EB; }

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

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

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

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

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

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

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

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