#BA9BEB

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

Shades of Perfume #BA9BEB

Tints of Perfume #BA9BEB

Color information

#BA9BEB (or 0xBA9BEB) is unknown color: approx Perfume. HEX triplet: BA, 9B and EB. RGB value is (186,155,235). Sum of RGB (Red+Green+Blue) = 186+155+235=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BEB is #456414. Grayscale: #ADADAD. Windows color (decimal): -4547605 or 15440826. OLE color: 15440826.

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

Color convert

RGB186155235-
CMYK0.210.3400.08
HSL263.25º66.67%76.47%-
HSV(B)263.25º34.04%92.16%-
XYZ46.9739.8883.82-
YUV173.39162.77137-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=32.29%
G=26.91%
B=40.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861552350.210.3400.08263.2566.6776.47
HexBA9BEB152208107434c
Octal2722333532542010407103114
Binary101110101001101111101011101011000100100010000011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BEB; }

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

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

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

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

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

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

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

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