#BA9EDA

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

Shades of Perfume #BA9EDA

Tints of Perfume #BA9EDA

Color information

#BA9EDA (or 0xBA9EDA) is unknown color: approx Perfume. HEX triplet: BA, 9E and DA. RGB value is (186,158,218). Sum of RGB (Red+Green+Blue) = 186+158+218=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDA is #456125. Grayscale: #ACACAC. Windows color (decimal): -4546854 or 14327482. OLE color: 14327482.

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

Color convert

RGB186158218-
CMYK0.150.2800.15
HSL268º44.78%73.73%-
HSV(B)268º27.52%85.49%-
XYZ45.1339.9571.66-
YUV173.21153.28137.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 158 (62.11% from 255) = 28.11%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=33.10%
G=28.11%
B=38.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861582180.150.2800.1526844.7873.73
HexBA9EDAF1C0F10c2d4a
Octal272236332173401741455112
Binary101110101001111011011010111111100011111000011001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EDA; }

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

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

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

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

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

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

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

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