#BA9CDD

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

Shades of Perfume #BA9CDD

Tints of Perfume #BA9CDD

Color information

#BA9CDD (or 0xBA9CDD) is unknown color: approx Perfume. HEX triplet: BA, 9C and DD. RGB value is (186,156,221). Sum of RGB (Red+Green+Blue) = 186+156+221=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 156 (61.33% from 255 or 27.71% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CDD is #456322. Grayscale: #ACACAC. Windows color (decimal): -4547363 or 14523578. OLE color: 14523578.

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

Color convert

RGB186156221-
CMYK0.160.2900.13
HSL267.69º48.87%73.92%-
HSV(B)267.69º29.41%86.67%-
XYZ45.1939.4473.64-
YUV172.38155.44137.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 156 (61.33% from 255) = 27.71%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=33.04%
G=27.71%
B=39.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861562210.160.2900.13267.6948.8773.92
HexBA9CDD101D0D10c314a
Octal272234335203501541461112
Binary1011101010011100110111011000011101011011000011001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CDD; }

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

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

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

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

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

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

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

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