#BA9BDC

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

Shades of Perfume #BA9BDC

Tints of Perfume #BA9BDC

Color information

#BA9BDC (or 0xBA9BDC) is unknown color: approx Perfume. HEX triplet: BA, 9B and DC. RGB value is (186,155,220). Sum of RGB (Red+Green+Blue) = 186+155+220=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BDC is #456423. Grayscale: #ABABAB. Windows color (decimal): -4547620 or 14457786. OLE color: 14457786.

HSL color Cylindrical-coordinate representation of color #BA9BDC: hue angle of 268.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9BDC is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186155220-
CMYK0.150.3000.14
HSL268.62º48.15%73.53%-
HSV(B)268.62º29.55%86.27%-
XYZ44.8939.0572.88-
YUV171.68155.27138.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=33.16%
G=27.63%
B=39.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861552200.150.3000.14268.6248.1573.53
HexBA9BDCF1E0E10d304a
Octal272233334173601641560112
Binary101110101001101111011100111111110011101000011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BDC; }

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

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

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

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

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

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

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

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