#BA8AFD

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

Shades of Perfume #BA8AFD

Tints of Perfume #BA8AFD

Color information

#BA8AFD (or 0xBA8AFD) is unknown color: approx Perfume. HEX triplet: BA, 8A and FD. RGB value is (186,138,253). Sum of RGB (Red+Green+Blue) = 186+138+253=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AFD is #457502. Grayscale: #A5A5A5. Windows color (decimal): -4551939 or 16616122. OLE color: 16616122.

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

Color convert

RGB186138253-
CMYK0.260.4500.01
HSL265.04º96.64%76.67%-
HSV(B)265.04º45.45%99.22%-
XYZ47.0735.7197.34-
YUV165.46177.4142.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=32.24%
G=23.92%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861382530.260.4500.01265.0496.6476.67
HexBA8AFD1A2D01109614d
Octal272212375325501411141115
Binary101110101000101011111101110101011010110000100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8AFD; }

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

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

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

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

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

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

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

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