#BA9DEB

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

Shades of Perfume #BA9DEB

Tints of Perfume #BA9DEB

Color information

#BA9DEB (or 0xBA9DEB) is unknown color: approx Perfume. HEX triplet: BA, 9D and EB. RGB value is (186,157,235). Sum of RGB (Red+Green+Blue) = 186+157+235=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9DEB is #456214. Grayscale: #AEAEAE. Windows color (decimal): -4547093 or 15441338. OLE color: 15441338.

HSL color Cylindrical-coordinate representation of color #BA9DEB: hue angle of 262.31º 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 #BA9DEB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186157235-
CMYK0.210.3300.08
HSL262.31º66.1%76.86%-
HSV(B)262.31º33.19%92.16%-
XYZ47.340.5583.93-
YUV174.56162.11136.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=32.18%
G=27.16%
B=40.66%

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
Decimal1861572350.210.3300.08262.3166.176.86
HexBA9DEB152108106424d
Octal2722353532541010406102115
Binary101110101001110111101011101011000010100010000011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DEB; }

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

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

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

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

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

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

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

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