#BA9BEC

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

Shades of Perfume #BA9BEC

Tints of Perfume #BA9BEC

Color information

#BA9BEC (or 0xBA9BEC) is unknown color: approx Perfume. HEX triplet: BA, 9B and EC. RGB value is (186,155,236). Sum of RGB (Red+Green+Blue) = 186+155+236=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 155 (60.94% from 255 or 26.86% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BEC is #456413. Grayscale: #ADADAD. Windows color (decimal): -4547604 or 15506362. OLE color: 15506362.

HSL color Cylindrical-coordinate representation of color #BA9BEC: hue angle of 262.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9BEC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186155236-
CMYK0.210.3400.07
HSL262.96º68.07%76.67%-
HSV(B)262.96º34.32%92.55%-
XYZ47.1139.9484.58-
YUV173.5163.27136.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 155 (60.94% from 255) = 26.86%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=32.24%
G=26.86%
B=40.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861552360.210.3400.07262.9668.0776.67
HexBA9BEC152207107444d
Octal272233354254207407104115
Binary10111010100110111110110010101100010011110000011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BEC; }

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

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

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

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

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

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

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

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