#BAA4EE

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

Shades of Perfume #BAA4EE

Tints of Perfume #BAA4EE

Color information

#BAA4EE (or 0xBAA4EE) is unknown color: approx Perfume. HEX triplet: BA, A4 and EE. RGB value is (186,164,238). Sum of RGB (Red+Green+Blue) = 186+164+238=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAA4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4EE is #455B11. Grayscale: #B2B2B2. Windows color (decimal): -4545298 or 15639738. OLE color: 15639738.

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

Color convert

RGB186164238-
CMYK0.220.3100.07
HSL257.84º68.52%78.82%-
HSV(B)257.84º31.09%93.33%-
XYZ48.9643.1686.64-
YUV179.01161.29132.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 27.89%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=31.63%
G=27.89%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861642380.220.3100.07257.8468.5278.82
HexBAA4EE161F07102454f
Octal272244356263707402105117
Binary1011101010100100111011101011011111011110000001010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4EE; }

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

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

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

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

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

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

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

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