#BA8EFB

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

Shades of Perfume #BA8EFB

Tints of Perfume #BA8EFB

Color information

#BA8EFB (or 0xBA8EFB) is unknown color: approx Perfume. HEX triplet: BA, 8E and FB. RGB value is (186,142,251). Sum of RGB (Red+Green+Blue) = 186+142+251=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EFB is #457104. Grayscale: #A7A7A7. Windows color (decimal): -4550917 or 16486074. OLE color: 16486074.

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

Color convert

RGB186142251-
CMYK0.260.4300.02
HSL264.22º93.16%77.06%-
HSV(B)264.22º43.43%98.43%-
XYZ47.3436.7595.87-
YUV167.58175.08141.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=32.12%
G=24.53%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861422510.260.4300.02264.2293.1677.06
HexBA8EFB1A2B021085d4d
Octal272216373325302410135115
Binary1011101010001110111110111101010101101010000100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EFB; }

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

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

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

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

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

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

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

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