#BA98D7

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

Shades of Perfume #BA98D7

Tints of Perfume #BA98D7

Color information

#BA98D7 (or 0xBA98D7) is unknown color: approx Perfume. HEX triplet: BA, 98 and D7. RGB value is (186,152,215). Sum of RGB (Red+Green+Blue) = 186+152+215=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D7 is #456728. Grayscale: #A9A9A9. Windows color (decimal): -4548393 or 14129338. OLE color: 14129338.

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

Color convert

RGB186152215-
CMYK0.130.2900.16
HSL272.38º44.06%71.96%-
HSV(B)272.38º29.3%84.31%-
XYZ43.7437.869.28-
YUV169.35153.76139.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 152 (59.77% from 255) = 27.49%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=33.63%
G=27.49%
B=38.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861522150.130.2900.16272.3844.0671.96
HexBA98D7D1D0101102c48
Octal272230327153502042054110
Binary1011101010011000110101111101111010100001000100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D7; }

 p { color: rgb(186,152,215); }

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

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

 a { background-color: rgb(186,152,215); }

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

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

 span { border-color: rgb(186,152,215); }

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