#BA8FFE

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

Shades of Perfume #BA8FFE

Tints of Perfume #BA8FFE

Color information

#BA8FFE (or 0xBA8FFE) is unknown color: approx Perfume. HEX triplet: BA, 8F and FE. RGB value is (186,143,254). Sum of RGB (Red+Green+Blue) = 186+143+254=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FFE is #457001. Grayscale: #A8A8A8. Windows color (decimal): -4550658 or 16682938. OLE color: 16682938.

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

Color convert

RGB186143254-
CMYK0.270.4400.00
HSL263.24º98.23%77.84%-
HSV(B)263.24º43.7%99.61%-
XYZ47.9637.2498.43-
YUV168.51176.25140.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 143 (56.25% from 255) = 24.53%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=31.90%
G=24.53%
B=43.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861432540.270.4400.00263.2498.2377.84
HexBA8FFE1B2C00107624e
Octal272217376335400407142116
Binary101110101000111111111110110111011000010000011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FFE; }

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

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

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

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

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

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

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

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