#BA9EF1

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

Shades of Perfume #BA9EF1

Tints of Perfume #BA9EF1

Color information

#BA9EF1 (or 0xBA9EF1) is unknown color: approx Perfume. HEX triplet: BA, 9E and F1. RGB value is (186,158,241). Sum of RGB (Red+Green+Blue) = 186+158+241=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF1 is #45610E. Grayscale: #AFAFAF. Windows color (decimal): -4546831 or 15834810. OLE color: 15834810.

HSL color Cylindrical-coordinate representation of color #BA9EF1: hue angle of 260.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9EF1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186158241-
CMYK0.230.3400.05
HSL260.24º74.77%78.24%-
HSV(B)260.24º34.44%94.51%-
XYZ48.3541.2488.63-
YUV175.83164.78135.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=31.79%
G=27.01%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861582410.230.3400.05260.2474.7778.24
HexBA9EF11722051044b4e
Octal272236361274205404113116
Binary10111010100111101111000110111100010010110000010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EF1; }

 p { color: rgb(186,158,241); }

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

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

 a { background-color: rgb(186,158,241); }

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

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

 span { border-color: rgb(186,158,241); }

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