#BA9DDC

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

Shades of Perfume #BA9DDC

Tints of Perfume #BA9DDC

Color information

#BA9DDC (or 0xBA9DDC) is unknown color: approx Perfume. HEX triplet: BA, 9D and DC. RGB value is (186,157,220). Sum of RGB (Red+Green+Blue) = 186+157+220=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DDC is #456223. Grayscale: #ACACAC. Windows color (decimal): -4547108 or 14458298. OLE color: 14458298.

HSL color Cylindrical-coordinate representation of color #BA9DDC: hue angle of 267.62º degrees, saturation: 0.47, 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 #BA9DDC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186157220-
CMYK0.150.2900.14
HSL267.62º47.37%73.92%-
HSV(B)267.62º28.64%86.27%-
XYZ45.2239.7272.99-
YUV172.85154.61137.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=33.04%
G=27.89%
B=39.08%

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
Decimal1861572200.150.2900.14267.6247.3773.92
HexBA9DDCF1D0E10c2f4a
Octal272235334173501641457112
Binary101110101001110111011100111111101011101000011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DDC; }

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

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

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

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

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

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

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

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