#BA9BD1

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

Shades of Perfume #BA9BD1

Tints of Perfume #BA9BD1

Color information

#BA9BD1 (or 0xBA9BD1) is unknown color: approx Perfume. HEX triplet: BA, 9B and D1. RGB value is (186,155,209). Sum of RGB (Red+Green+Blue) = 186+155+209=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BD1 is #45642E. Grayscale: #AAAAAA. Windows color (decimal): -4547631 or 13736890. OLE color: 13736890.

HSL color Cylindrical-coordinate representation of color #BA9BD1: hue angle of 274.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9BD1 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186155209-
CMYK0.110.2600.18
HSL274.44º36.99%71.37%-
HSV(B)274.44º25.84%81.96%-
XYZ43.4838.4965.46-
YUV170.42149.77139.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 209 (82.03% from 255) = 38%
R=33.82%
G=28.18%
B=38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861552090.110.2600.18274.4436.9971.37
HexBA9BD1B1A0121122547
Octal272233321133202242245107
Binary1011101010011011110100011011110100100101000100101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BD1; }

 p { color: rgb(186,155,209); }

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

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

 a { background-color: rgb(186,155,209); }

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

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

 span { border-color: rgb(186,155,209); }

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