#BA99D5

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

Shades of Perfume #BA99D5

Tints of Perfume #BA99D5

Color information

#BA99D5 (or 0xBA99D5) is unknown color: approx Perfume. HEX triplet: BA, 99 and D5. RGB value is (186,153,213). Sum of RGB (Red+Green+Blue) = 186+153+213=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99D5 is #45662A. Grayscale: #A9A9A9. Windows color (decimal): -4548139 or 13998522. OLE color: 13998522.

HSL color Cylindrical-coordinate representation of color #BA99D5: hue angle of 273º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA99D5 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186153213-
CMYK0.130.2800.16
HSL273º41.67%71.76%-
HSV(B)273º28.17%83.53%-
XYZ43.6538.0367.99-
YUV169.71152.43139.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=33.70%
G=27.72%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861532130.130.2800.1627341.6771.76
HexBA99D5D1C0101112a48
Octal272231325153402042152110
Binary1011101010011001110101011101111000100001000100011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA99D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA99D5; }

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

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

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

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

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

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

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

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