#BA9FFC

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

Shades of Perfume #BA9FFC

Tints of Perfume #BA9FFC

Color information

#BA9FFC (or 0xBA9FFC) is unknown color: approx Perfume. HEX triplet: BA, 9F and FC. RGB value is (186,159,252). Sum of RGB (Red+Green+Blue) = 186+159+252=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFC is #456003. Grayscale: #B1B1B1. Windows color (decimal): -4546564 or 16555962. OLE color: 16555962.

HSL color Cylindrical-coordinate representation of color #BA9FFC: hue angle of 257.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9FFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186159252-
CMYK0.260.3700.01
HSL257.42º93.94%80.59%-
HSV(B)257.42º36.9%98.82%-
XYZ50.2242.2697.61-
YUV177.68169.95133.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 159 (62.5% from 255) = 26.63%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=31.16%
G=26.63%
B=42.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861592520.260.3700.01257.4293.9480.59
HexBA9FFC1A25011015e51
Octal272237374324501401136121
Binary101110101001111111111100110101001010110000000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FFC; }

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

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

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

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

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

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

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

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