#BA9AEB

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

Shades of Perfume #BA9AEB

Tints of Perfume #BA9AEB

Color information

#BA9AEB (or 0xBA9AEB) is unknown color: approx Perfume. HEX triplet: BA, 9A and EB. RGB value is (186,154,235). Sum of RGB (Red+Green+Blue) = 186+154+235=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AEB is #456514. Grayscale: #ACACAC. Windows color (decimal): -4547861 or 15440570. OLE color: 15440570.

HSL color Cylindrical-coordinate representation of color #BA9AEB: hue angle of 263.7º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9AEB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186154235-
CMYK0.210.3400.08
HSL263.7º66.94%76.27%-
HSV(B)263.7º34.47%92.16%-
XYZ46.839.5583.76-
YUV172.8163.1137.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=32.35%
G=26.78%
B=40.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861542350.210.3400.08263.766.9476.27
HexBA9AEB152208108434c
Octal2722323532542010410103114
Binary101110101001101011101011101011000100100010000100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AEB; }

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

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

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

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

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

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

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

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