#BA9ADF

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

Shades of Perfume #BA9ADF

Tints of Perfume #BA9ADF

Color information

#BA9ADF (or 0xBA9ADF) is unknown color: approx Perfume. HEX triplet: BA, 9A and DF. RGB value is (186,154,223). Sum of RGB (Red+Green+Blue) = 186+154+223=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ADF is #456520. Grayscale: #ABABAB. Windows color (decimal): -4547873 or 14654138. OLE color: 14654138.

HSL color Cylindrical-coordinate representation of color #BA9ADF: hue angle of 267.83º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9ADF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186154223-
CMYK0.170.3100.13
HSL267.83º51.88%73.92%-
HSV(B)267.83º30.94%87.45%-
XYZ45.1238.8874.94-
YUV171.43157.1138.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=33.04%
G=27.35%
B=39.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861542230.170.3100.13267.8351.8873.92
HexBA9ADF111F0D10c344a
Octal272232337213701541464112
Binary1011101010011010110111111000111111011011000011001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ADF; }

 p { color: rgb(186,154,223); }

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

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

 a { background-color: rgb(186,154,223); }

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

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

 span { border-color: rgb(186,154,223); }

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