#BA9FFE

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

Shades of Perfume #BA9FFE

Tints of Perfume #BA9FFE

Color information

#BA9FFE (or 0xBA9FFE) is unknown color: approx Perfume. HEX triplet: BA, 9F and FE. RGB value is (186,159,254). Sum of RGB (Red+Green+Blue) = 186+159+254=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFE is #456001. Grayscale: #B1B1B1. Windows color (decimal): -4546562 or 16687034. OLE color: 16687034.

HSL color Cylindrical-coordinate representation of color #BA9FFE: hue angle of 257.05º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9FFE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186159254-
CMYK0.270.3700.00
HSL257.05º97.94%80.98%-
HSV(B)257.05º37.4%99.61%-
XYZ50.5442.3999.28-
YUV177.9170.95133.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=31.05%
G=26.54%
B=42.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861592540.270.3700.00257.0597.9480.98
HexBA9FFE1B25001016251
Octal272237376334500401142121
Binary101110101001111111111110110111001010010000000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FFE; }

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

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

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

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

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

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

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

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