#BA9EDE

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

Shades of Perfume #BA9EDE

Tints of Perfume #BA9EDE

Color information

#BA9EDE (or 0xBA9EDE) is unknown color: approx Perfume. HEX triplet: BA, 9E and DE. RGB value is (186,158,222). Sum of RGB (Red+Green+Blue) = 186+158+222=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDE is #456121. Grayscale: #ADADAD. Windows color (decimal): -4546850 or 14589626. OLE color: 14589626.

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

Color convert

RGB186158222-
CMYK0.160.2900.13
HSL266.25º49.23%74.51%-
HSV(B)266.25º28.83%87.06%-
XYZ45.6640.1774.45-
YUV173.67155.28136.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=32.86%
G=27.92%
B=39.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861582220.160.2900.13266.2549.2374.51
HexBA9EDE101D0D10a314b
Octal272236336203501541261113
Binary1011101010011110110111101000011101011011000010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EDE; }

 p { color: rgb(186,158,222); }

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

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

 a { background-color: rgb(186,158,222); }

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

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

 span { border-color: rgb(186,158,222); }

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