#BA93ED

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

Shades of Perfume #BA93ED

Tints of Perfume #BA93ED

Color information

#BA93ED (or 0xBA93ED) is unknown color: approx Perfume. HEX triplet: BA, 93 and ED. RGB value is (186,147,237). Sum of RGB (Red+Green+Blue) = 186+147+237=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93ED is #456C12. Grayscale: #A8A8A8. Windows color (decimal): -4549651 or 15569850. OLE color: 15569850.

HSL color Cylindrical-coordinate representation of color #BA93ED: hue angle of 266º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA93ED is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186147237-
CMYK0.220.3800.07
HSL266º71.43%75.29%-
HSV(B)266º37.97%92.94%-
XYZ45.9737.4284.92-
YUV168.92166.42140.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=32.63%
G=25.79%
B=41.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861472370.220.3800.0726671.4375.29
HexBA93ED16260710a474b
Octal272223355264607412107113
Binary10111010100100111110110110110100110011110000101010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA93ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA93ED; }

 p { color: rgb(186,147,237); }

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

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

 a { background-color: rgb(186,147,237); }

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

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

 span { border-color: rgb(186,147,237); }

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