#BA95EA

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

Shades of Perfume #BA95EA

Tints of Perfume #BA95EA

Color information

#BA95EA (or 0xBA95EA) is unknown color: approx Perfume. HEX triplet: BA, 95 and EA. RGB value is (186,149,234). Sum of RGB (Red+Green+Blue) = 186+149+234=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EA is #456A15. Grayscale: #A9A9A9. Windows color (decimal): -4549142 or 15373754. OLE color: 15373754.

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

Color convert

RGB186149234-
CMYK0.210.3600.08
HSL266.12º66.93%75.1%-
HSV(B)266.12º36.32%91.76%-
XYZ45.8537.8782.74-
YUV169.75164.26139.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=32.69%
G=26.19%
B=41.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861492340.210.3600.08266.1266.9375.1
HexBA95EA15240810a434b
Octal2722253522544010412103113
Binary101110101001010111101010101011001000100010000101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95EA; }

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

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

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

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

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

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

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

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