#BA98E9

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

Shades of Perfume #BA98E9

Tints of Perfume #BA98E9

Color information

#BA98E9 (or 0xBA98E9) is unknown color: approx Perfume. HEX triplet: BA, 98 and E9. RGB value is (186,152,233). Sum of RGB (Red+Green+Blue) = 186+152+233=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA98E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98E9 is #456716. Grayscale: #ABABAB. Windows color (decimal): -4548375 or 15308986. OLE color: 15308986.

HSL color Cylindrical-coordinate representation of color #BA98E9: hue angle of 265.19º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA98E9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186152233-
CMYK0.200.3500.09
HSL265.19º64.8%75.49%-
HSV(B)265.19º34.76%91.37%-
XYZ46.1938.7882.14-
YUV171.4162.76138.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=32.57%
G=26.62%
B=40.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861522330.200.3500.09265.1964.875.49
HexBA98E9142309109414b
Octal2722303512443011411101113
Binary101110101001100011101001101001000110100110000100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98E9; }

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

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

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

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

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

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

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

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