#BA9EFF

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

Shades of Perfume #BA9EFF

Tints of Perfume #BA9EFF

Color information

#BA9EFF (or 0xBA9EFF) is unknown color: approx Perfume. HEX triplet: BA, 9E and FF. RGB value is (186,158,255). Sum of RGB (Red+Green+Blue) = 186+158+255=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFF is #456100. Grayscale: #B1B1B1. Windows color (decimal): -4546817 or 16752314. OLE color: 16752314.

HSL color Cylindrical-coordinate representation of color #BA9EFF: hue angle of 257.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9EFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186158255-
CMYK0.270.3800
HSL257.32º100%80.98%-
HSV(B)257.32º38.04%100%-
XYZ50.5342.11100.07-
YUV177.43171.78134.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 255 (100% from 255) = 42.57%
R=31.05%
G=26.38%
B=42.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861582550.270.3800257.3210080.98
HexBA9EFF1B26001016451
Octal272236377334600401144121
Binary101110101001111011111111110111001100010000000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EFF; }

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

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

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

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

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

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

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

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