#BA95E5

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

Shades of Perfume #BA95E5

Tints of Perfume #BA95E5

Color information

#BA95E5 (or 0xBA95E5) is unknown color: approx Perfume. HEX triplet: BA, 95 and E5. RGB value is (186,149,229). Sum of RGB (Red+Green+Blue) = 186+149+229=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E5 is #456A1A. Grayscale: #A8A8A8. Windows color (decimal): -4549147 or 15046074. OLE color: 15046074.

HSL color Cylindrical-coordinate representation of color #BA95E5: hue angle of 267.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA95E5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186149229-
CMYK0.190.3500.10
HSL267.75º60.61%74.12%-
HSV(B)267.75º34.93%89.8%-
XYZ45.1437.5979.01-
YUV169.18161.76140-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=32.98%
G=26.42%
B=40.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861492290.190.3500.10267.7560.6174.12
HexBA95E513230A10c3d4a
Octal272225345234301241475112
Binary10111010100101011110010110011100011010101000011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95E5; }

 p { color: rgb(186,149,229); }

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

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

 a { background-color: rgb(186,149,229); }

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

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

 span { border-color: rgb(186,149,229); }

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