#BA99FB

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

Shades of Perfume #BA99FB

Tints of Perfume #BA99FB

Color information

#BA99FB (or 0xBA99FB) is unknown color: approx Perfume. HEX triplet: BA, 99 and FB. RGB value is (186,153,251). Sum of RGB (Red+Green+Blue) = 186+153+251=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FB is #456604. Grayscale: #ADADAD. Windows color (decimal): -4548101 or 16488890. OLE color: 16488890.

HSL color Cylindrical-coordinate representation of color #BA99FB: hue angle of 260.2º degrees, saturation: 0.92, 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 #BA99FB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186153251-
CMYK0.260.3900.02
HSL260.2º92.45%79.22%-
HSV(B)260.2º39.04%98.43%-
XYZ49.0540.1996.44-
YUV174.04171.43136.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=31.53%
G=25.93%
B=42.54%

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
Decimal1861532510.260.3900.02260.292.4579.22
HexBA99FB1A27021045c4f
Octal272231373324702404134117
Binary1011101010011001111110111101010011101010000010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99FB; }

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

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

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

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

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

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

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

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