#BA9FEE

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

Shades of Perfume #BA9FEE

Tints of Perfume #BA9FEE

Color information

#BA9FEE (or 0xBA9FEE) is unknown color: approx Perfume. HEX triplet: BA, 9F and EE. RGB value is (186,159,238). Sum of RGB (Red+Green+Blue) = 186+159+238=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FEE is #456011. Grayscale: #AFAFAF. Windows color (decimal): -4546578 or 15638458. OLE color: 15638458.

HSL color Cylindrical-coordinate representation of color #BA9FEE: hue angle of 260.51º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA9FEE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186159238-
CMYK0.220.3300.07
HSL260.51º69.91%77.84%-
HSV(B)260.51º33.19%93.33%-
XYZ48.0841.4186.35-
YUV176.08162.95135.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 159 (62.5% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=31.90%
G=27.27%
B=40.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861592380.220.3300.07260.5169.9177.84
HexBA9FEE162107105464e
Octal272237356264107405106116
Binary10111010100111111110111010110100001011110000010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FEE; }

 p { color: rgb(186,159,238); }

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

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

 a { background-color: rgb(186,159,238); }

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

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

 span { border-color: rgb(186,159,238); }

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