#ba8ef9

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

Shades of Perfume #BA8EF9

Tints of Perfume #BA8EF9

Color information

#BA8EF9 (or 0xBA8EF9) is unknown color: approx Perfume. HEX triplet: BA, 8E and F9. RGB value is (186,142,249). Sum of RGB (Red+Green+Blue) = 186+142+249=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EF9 is #457106. Grayscale: #A6A6A6. Windows color (decimal): -4550919 or 16355002. OLE color: 16355002.

HSL color Cylindrical-coordinate representation of color #BA8EF9: hue angle of 264.67º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8EF9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186142249-
CMYK0.250.4300.02
HSL264.67º89.92%76.67%-
HSV(B)264.67º42.97%97.65%-
XYZ47.0236.6294.21-
YUV167.35174.08141.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=32.24%
G=24.61%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861422490.250.4300.02264.6789.9276.67
HexBA8EF9192B021095a4d
Octal272216371315302411132115
Binary1011101010001110111110011100110101101010000100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8ef9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8ef9; }

 p { color: rgb(186,142,249); }

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

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

 a { background-color: rgb(186,142,249); }

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

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

 span { border-color: rgb(186,142,249); }

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