#BA9AE0

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

Shades of Perfume #BA9AE0

Tints of Perfume #BA9AE0

Color information

#BA9AE0 (or 0xBA9AE0) is unknown color: approx Perfume. HEX triplet: BA, 9A and E0. RGB value is (186,154,224). Sum of RGB (Red+Green+Blue) = 186+154+224=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA9AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AE0 is #45651F. Grayscale: #ABABAB. Windows color (decimal): -4547872 or 14719674. OLE color: 14719674.

HSL color Cylindrical-coordinate representation of color #BA9AE0: hue angle of 267.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9AE0 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186154224-
CMYK0.170.3100.12
HSL267.43º53.03%74.12%-
HSV(B)267.43º31.25%87.84%-
XYZ45.2638.9375.65-
YUV171.55157.6138.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=32.98%
G=27.30%
B=39.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861542240.170.3100.12267.4353.0374.12
HexBA9AE0111F0C10b354a
Octal272232340213701441365112
Binary1011101010011010111000001000111111011001000010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AE0; }

 p { color: rgb(186,154,224); }

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

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

 a { background-color: rgb(186,154,224); }

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

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

 span { border-color: rgb(186,154,224); }

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