#BA9EEB

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

Shades of Perfume #BA9EEB

Tints of Perfume #BA9EEB

Color information

#BA9EEB (or 0xBA9EEB) is unknown color: approx Perfume. HEX triplet: BA, 9E and EB. RGB value is (186,158,235). Sum of RGB (Red+Green+Blue) = 186+158+235=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEB is #456114. Grayscale: #AEAEAE. Windows color (decimal): -4546837 or 15441594. OLE color: 15441594.

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

Color convert

RGB186158235-
CMYK0.210.3300.08
HSL261.82º65.81%77.06%-
HSV(B)261.82º32.77%92.16%-
XYZ47.4740.8983.99-
YUV175.15161.78135.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=32.12%
G=27.29%
B=40.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861582350.210.3300.08261.8265.8177.06
HexBA9EEB152108106424d
Octal2722363532541010406102115
Binary101110101001111011101011101011000010100010000011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EEB; }

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

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

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

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

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

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

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

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