#BA98FF

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

Shades of Perfume #BA98FF

Tints of Perfume #BA98FF

Color information

#BA98FF (or 0xBA98FF) is unknown color: approx Perfume. HEX triplet: BA, 98 and FF. RGB value is (186,152,255). Sum of RGB (Red+Green+Blue) = 186+152+255=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98FF is #456700. Grayscale: #ADADAD. Windows color (decimal): -4548353 or 16750778. OLE color: 16750778.

HSL color Cylindrical-coordinate representation of color #BA98FF: hue angle of 259.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA98FF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186152255-
CMYK0.270.4000
HSL259.81º100%79.8%-
HSV(B)259.81º40.39%100%-
XYZ49.5340.1299.74-
YUV173.91173.76136.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 255 (100% from 255) = 43.00%
R=31.37%
G=25.63%
B=43.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861522550.270.4000259.8110079.8
HexBA98FF1B28001046450
Octal272230377335000404144120
Binary101110101001100011111111110111010000010000010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98FF; }

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

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

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

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

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

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

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

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