#BA99D2

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

Shades of Perfume #BA99D2

Tints of Perfume #BA99D2

Color information

#BA99D2 (or 0xBA99D2) is unknown color: approx Perfume. HEX triplet: BA, 99 and D2. RGB value is (186,153,210). Sum of RGB (Red+Green+Blue) = 186+153+210=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA99D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D2 is #45662D. Grayscale: #A9A9A9. Windows color (decimal): -4548142 or 13801914. OLE color: 13801914.

HSL color Cylindrical-coordinate representation of color #BA99D2: hue angle of 274.74º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA99D2 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186153210-
CMYK0.110.2700.18
HSL274.74º38.78%71.18%-
HSV(B)274.74º27.14%82.35%-
XYZ43.2737.8766-
YUV169.36150.93139.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 210 (82.42% from 255) = 38.25%
R=33.88%
G=27.87%
B=38.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861532100.110.2700.18274.7438.7871.18
HexBA99D2B1B0121132747
Octal272231322133302242347107
Binary1011101010011001110100101011110110100101000100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99D2; }

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

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

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

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

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

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

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

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