#BA97E8

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

Shades of Perfume #BA97E8

Tints of Perfume #BA97E8

Color information

#BA97E8 (or 0xBA97E8) is unknown color: approx Perfume. HEX triplet: BA, 97 and E8. RGB value is (186,151,232). Sum of RGB (Red+Green+Blue) = 186+151+232=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA97E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97E8 is #456817. Grayscale: #AAAAAA. Windows color (decimal): -4548632 or 15243194. OLE color: 15243194.

HSL color Cylindrical-coordinate representation of color #BA97E8: hue angle of 265.93º degrees, saturation: 0.64, 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 #BA97E8 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186151232-
CMYK0.200.3500.09
HSL265.93º63.78%75.1%-
HSV(B)265.93º34.91%90.98%-
XYZ45.8838.481.34-
YUV170.7162.6138.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 232 (91.02% from 255) = 40.77%
R=32.69%
G=26.54%
B=40.77%

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
Decimal1861512320.200.3500.09265.9363.7875.1
HexBA97E814230910a404b
Octal2722273502443011412100113
Binary101110101001011111101000101001000110100110000101010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97E8; }

 p { color: rgb(186,151,232); }

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

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

 a { background-color: rgb(186,151,232); }

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

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

 span { border-color: rgb(186,151,232); }

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