#BA99FE

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

Shades of Perfume #BA99FE

Tints of Perfume #BA99FE

Color information

#BA99FE (or 0xBA99FE) is unknown color: approx Perfume. HEX triplet: BA, 99 and FE. RGB value is (186,153,254). Sum of RGB (Red+Green+Blue) = 186+153+254=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA99FE is #456601. Grayscale: #AEAEAE. Windows color (decimal): -4548098 or 16685498. OLE color: 16685498.

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

Color convert

RGB186153254-
CMYK0.270.4000.00
HSL259.6º98.06%79.8%-
HSV(B)259.6º39.76%99.61%-
XYZ49.5340.3898.95-
YUV174.38172.93136.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 153 (60.16% from 255) = 25.80%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=31.37%
G=25.80%
B=42.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861532540.270.4000.00259.698.0679.8
HexBA99FE1B28001046250
Octal272231376335000404142120
Binary101110101001100111111110110111010000010000010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99FE; }

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

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

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

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

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

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

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

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