#BA9EEA

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

Shades of Perfume #BA9EEA

Tints of Perfume #BA9EEA

Color information

#BA9EEA (or 0xBA9EEA) is unknown color: approx Perfume. HEX triplet: BA, 9E and EA. RGB value is (186,158,234). Sum of RGB (Red+Green+Blue) = 186+158+234=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEA is #456115. Grayscale: #AEAEAE. Windows color (decimal): -4546838 or 15376058. OLE color: 15376058.

HSL color Cylindrical-coordinate representation of color #BA9EEA: hue angle of 262.11º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9EEA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186158234-
CMYK0.210.3200.08
HSL262.11º64.41%76.86%-
HSV(B)262.11º32.48%91.76%-
XYZ47.3340.8383.23-
YUV175.04161.28135.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=32.18%
G=27.34%
B=40.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861582340.210.3200.08262.1164.4176.86
HexBA9EEA152008106404d
Octal2722363522540010406100115
Binary101110101001111011101010101011000000100010000011010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EEA; }

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

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

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

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

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

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

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

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