#BA9EE8

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

Shades of Perfume #BA9EE8

Tints of Perfume #BA9EE8

Color information

#BA9EE8 (or 0xBA9EE8) is unknown color: approx Perfume. HEX triplet: BA, 9E and E8. RGB value is (186,158,232). Sum of RGB (Red+Green+Blue) = 186+158+232=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EE8 is #456117. Grayscale: #AEAEAE. Windows color (decimal): -4546840 or 15244986. OLE color: 15244986.

HSL color Cylindrical-coordinate representation of color #BA9EE8: hue angle of 262.7º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9EE8 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186158232-
CMYK0.200.3200.09
HSL262.7º61.67%76.47%-
HSV(B)262.7º31.9%90.98%-
XYZ47.0440.7281.72-
YUV174.81160.28135.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=32.29%
G=27.43%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861582320.200.3200.09262.761.6776.47
HexBA9EE81420091073e4c
Octal272236350244001140776114
Binary10111010100111101110100010100100000010011000001111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9EE8; }

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

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

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

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

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

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

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

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