#BA9FED

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

Shades of Perfume #BA9FED

Tints of Perfume #BA9FED

Color information

#BA9FED (or 0xBA9FED) is unknown color: approx Perfume. HEX triplet: BA, 9F and ED. RGB value is (186,159,237). Sum of RGB (Red+Green+Blue) = 186+159+237=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FED is #456012. Grayscale: #AFAFAF. Windows color (decimal): -4546579 or 15572922. OLE color: 15572922.

HSL color Cylindrical-coordinate representation of color #BA9FED: hue angle of 260.77º degrees, saturation: 0.68, 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 #BA9FED is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186159237-
CMYK0.220.3300.07
HSL260.77º68.42%77.65%-
HSV(B)260.77º32.91%92.94%-
XYZ47.9341.3585.58-
YUV175.96162.45135.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=31.96%
G=27.32%
B=40.72%

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
Decimal1861592370.220.3300.07260.7768.4277.65
HexBA9FED162107105444e
Octal272237355264107405104116
Binary10111010100111111110110110110100001011110000010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FED; }

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

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

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

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

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

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

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

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