#BA98D8

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

Shades of Perfume #BA98D8

Tints of Perfume #BA98D8

Color information

#BA98D8 (or 0xBA98D8) is unknown color: approx Perfume. HEX triplet: BA, 98 and D8. RGB value is (186,152,216). Sum of RGB (Red+Green+Blue) = 186+152+216=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D8 is #456727. Grayscale: #A9A9A9. Windows color (decimal): -4548392 or 14194874. OLE color: 14194874.

HSL color Cylindrical-coordinate representation of color #BA98D8: hue angle of 271.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA98D8 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186152216-
CMYK0.140.3000.15
HSL271.88º45.07%72.16%-
HSV(B)271.88º29.63%84.71%-
XYZ43.8737.8569.96-
YUV169.46154.26139.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 152 (59.77% from 255) = 27.44%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=33.57%
G=27.44%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861522160.140.3000.15271.8845.0772.16
HexBA98D8E1E0F1102d48
Octal272230330163601742055110
Binary101110101001100011011000111011110011111000100001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D8; }

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

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

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

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

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

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

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

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