#BA9FEB

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

Shades of Perfume #BA9FEB

Tints of Perfume #BA9FEB

Color information

#BA9FEB (or 0xBA9FEB) is unknown color: approx Perfume. HEX triplet: BA, 9F and EB. RGB value is (186,159,235). Sum of RGB (Red+Green+Blue) = 186+159+235=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FEB is #456014. Grayscale: #AFAFAF. Windows color (decimal): -4546581 or 15441850. OLE color: 15441850.

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

Color convert

RGB186159235-
CMYK0.210.3200.08
HSL261.32º65.52%77.25%-
HSV(B)261.32º32.34%92.16%-
XYZ47.6441.2384.05-
YUV175.74161.45135.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=32.07%
G=27.41%
B=40.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861592350.210.3200.08261.3265.5277.25
HexBA9FEB152008105424d
Octal2722373532540010405102115
Binary101110101001111111101011101011000000100010000010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FEB; }

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

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

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

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

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

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

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

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