#BAA4E8

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

Shades of Perfume #BAA4E8

Tints of Perfume #BAA4E8

Color information

#BAA4E8 (or 0xBAA4E8) is unknown color: approx Perfume. HEX triplet: BA, A4 and E8. RGB value is (186,164,232). Sum of RGB (Red+Green+Blue) = 186+164+232=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4E8 is #455B17. Grayscale: #B2B2B2. Windows color (decimal): -4545304 or 15246522. OLE color: 15246522.

HSL color Cylindrical-coordinate representation of color #BAA4E8: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA4E8 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186164232-
CMYK0.200.2900.09
HSL259.41º59.65%77.65%-
HSV(B)259.41º29.31%90.98%-
XYZ48.0942.8282.07-
YUV178.33158.29133.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 164 (64.45% from 255) = 28.18%
BLUE value IS 232 (91.02% from 255) = 39.86%
R=31.96%
G=28.18%
B=39.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861642320.200.2900.09259.4159.6577.65
HexBAA4E8141D091033c4e
Octal272244350243501140374116
Binary1011101010100100111010001010011101010011000000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4E8; }

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

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

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

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

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

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

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

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