#BA98F3

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

Shades of Perfume #BA98F3

Tints of Perfume #BA98F3

Color information

#BA98F3 (or 0xBA98F3) is unknown color: approx Perfume. HEX triplet: BA, 98 and F3. RGB value is (186,152,243). Sum of RGB (Red+Green+Blue) = 186+152+243=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA98F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F3 is #45670C. Grayscale: #ACACAC. Windows color (decimal): -4548365 or 15964346. OLE color: 15964346.

HSL color Cylindrical-coordinate representation of color #BA98F3: hue angle of 262.42º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA98F3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186152243-
CMYK0.230.3700.05
HSL262.42º79.13%77.45%-
HSV(B)262.42º37.45%95.29%-
XYZ47.6639.3789.88-
YUV172.54167.76137.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 243 (95.31% from 255) = 41.82%
R=32.01%
G=26.16%
B=41.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861522430.230.3700.05262.4279.1377.45
HexBA98F31725051064f4d
Octal272230363274505406117115
Binary10111010100110001111001110111100101010110000011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98F3; }

 p { color: rgb(186,152,243); }

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

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

 a { background-color: rgb(186,152,243); }

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

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

 span { border-color: rgb(186,152,243); }

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