#BA8DF8

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

Shades of Perfume #BA8DF8

Tints of Perfume #BA8DF8

Color information

#BA8DF8 (or 0xBA8DF8) is unknown color: approx Perfume. HEX triplet: BA, 8D and F8. RGB value is (186,141,248). Sum of RGB (Red+Green+Blue) = 186+141+248=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA8DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DF8 is #457207. Grayscale: #A6A6A6. Windows color (decimal): -4551176 or 16289210. OLE color: 16289210.

HSL color Cylindrical-coordinate representation of color #BA8DF8: hue angle of 265.23º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8DF8 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186141248-
CMYK0.250.4300.03
HSL265.23º88.43%76.27%-
HSV(B)265.23º43.15%97.25%-
XYZ46.7236.2793.34-
YUV166.65173.91141.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 248 (97.27% from 255) = 43.13%
R=32.35%
G=24.52%
B=43.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861412480.250.4300.03265.2388.4376.27
HexBA8DF8192B03109584c
Octal272215370315303411130114
Binary1011101010001101111110001100110101101110000100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DF8; }

 p { color: rgb(186,141,248); }

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

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

 a { background-color: rgb(186,141,248); }

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

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

 span { border-color: rgb(186,141,248); }

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