#BA9BE1

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

Shades of Perfume #BA9BE1

Tints of Perfume #BA9BE1

Color information

#BA9BE1 (or 0xBA9BE1) is unknown color: approx Perfume. HEX triplet: BA, 9B and E1. RGB value is (186,155,225). Sum of RGB (Red+Green+Blue) = 186+155+225=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BE1 is #45641E. Grayscale: #ACACAC. Windows color (decimal): -4547615 or 14785466. OLE color: 14785466.

HSL color Cylindrical-coordinate representation of color #BA9BE1: hue angle of 266.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9BE1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186155225-
CMYK0.170.3100.12
HSL266.57º53.85%74.51%-
HSV(B)266.57º31.11%88.24%-
XYZ45.5639.3276.42-
YUV172.25157.77137.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 155 (60.94% from 255) = 27.39%
BLUE value IS 225 (88.28% from 255) = 39.75%
R=32.86%
G=27.39%
B=39.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861552250.170.3100.12266.5753.8574.51
HexBA9BE1111F0C10b364b
Octal272233341213701441366113
Binary1011101010011011111000011000111111011001000010111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BE1; }

 p { color: rgb(186,155,225); }

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

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

 a { background-color: rgb(186,155,225); }

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

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

 span { border-color: rgb(186,155,225); }

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