#BA98FB

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

Shades of Perfume #BA98FB

Tints of Perfume #BA98FB

Color information

#BA98FB (or 0xBA98FB) is unknown color: approx Perfume. HEX triplet: BA, 98 and FB. RGB value is (186,152,251). Sum of RGB (Red+Green+Blue) = 186+152+251=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98FB is #456704. Grayscale: #ADADAD. Windows color (decimal): -4548357 or 16488634. OLE color: 16488634.

HSL color Cylindrical-coordinate representation of color #BA98FB: hue angle of 260.61º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA98FB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186152251-
CMYK0.260.3900.02
HSL260.61º92.52%79.02%-
HSV(B)260.61º39.44%98.43%-
XYZ48.8939.8696.38-
YUV173.45171.76136.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 152 (59.77% from 255) = 25.81%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=31.58%
G=25.81%
B=42.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861522510.260.3900.02260.6192.5279.02
HexBA98FB1A27021055d4f
Octal272230373324702405135117
Binary1011101010011000111110111101010011101010000010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98FB; }

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

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

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

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

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

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

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

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