#BA9EFD

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

Shades of Perfume #BA9EFD

Tints of Perfume #BA9EFD

Color information

#BA9EFD (or 0xBA9EFD) is unknown color: approx Perfume. HEX triplet: BA, 9E and FD. RGB value is (186,158,253). Sum of RGB (Red+Green+Blue) = 186+158+253=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFD is #456102. Grayscale: #B0B0B0. Windows color (decimal): -4546819 or 16621242. OLE color: 16621242.

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

Color convert

RGB186158253-
CMYK0.260.3800.01
HSL257.68º95.96%80.59%-
HSV(B)257.68º37.55%99.22%-
XYZ50.2141.9898.39-
YUV177.2170.78134.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=31.16%
G=26.47%
B=42.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861582530.260.3800.01257.6895.9680.59
HexBA9EFD1A26011026051
Octal272236375324601402140121
Binary101110101001111011111101110101001100110000001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EFD; }

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

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

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

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

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

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

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

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