#BA9CDC

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

Shades of Perfume #BA9CDC

Tints of Perfume #BA9CDC

Color information

#BA9CDC (or 0xBA9CDC) is unknown color: approx Perfume. HEX triplet: BA, 9C and DC. RGB value is (186,156,220). Sum of RGB (Red+Green+Blue) = 186+156+220=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDC is #456323. Grayscale: #ACACAC. Windows color (decimal): -4547364 or 14458042. OLE color: 14458042.

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

Color convert

RGB186156220-
CMYK0.150.2900.14
HSL268.12º47.76%73.73%-
HSV(B)268.12º29.09%86.27%-
XYZ45.0639.3872.94-
YUV172.27154.94137.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 156 (61.33% from 255) = 27.76%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=33.10%
G=27.76%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861562200.150.2900.14268.1247.7673.73
HexBA9CDCF1D0E10c304a
Octal272234334173501641460112
Binary101110101001110011011100111111101011101000011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CDC; }

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

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

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

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

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

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

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

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