#BA99DD

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

Shades of Perfume #BA99DD

Tints of Perfume #BA99DD

Color information

#BA99DD (or 0xBA99DD) is unknown color: approx Perfume. HEX triplet: BA, 99 and DD. RGB value is (186,153,221). Sum of RGB (Red+Green+Blue) = 186+153+221=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99DD is #456622. Grayscale: #AAAAAA. Windows color (decimal): -4548131 or 14522810. OLE color: 14522810.

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

Color convert

RGB186153221-
CMYK0.160.3100.13
HSL269.12º50%73.33%-
HSV(B)269.12º30.77%86.67%-
XYZ44.6938.4473.47-
YUV170.62156.43138.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=33.21%
G=27.32%
B=39.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861532210.160.3100.13269.125073.33
HexBA99DD101F0D10d3249
Octal272231335203701541562111
Binary1011101010011001110111011000011111011011000011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99DD; }

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

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

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

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

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

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

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

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