#BA9BED

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

Shades of Perfume #BA9BED

Tints of Perfume #BA9BED

Color information

#BA9BED (or 0xBA9BED) is unknown color: approx Perfume. HEX triplet: BA, 9B and ED. RGB value is (186,155,237). Sum of RGB (Red+Green+Blue) = 186+155+237=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA9BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9BED is #456412. Grayscale: #ADADAD. Windows color (decimal): -4547603 or 15571898. OLE color: 15571898.

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

Color convert

RGB186155237-
CMYK0.220.3500.07
HSL262.68º69.49%76.86%-
HSV(B)262.68º34.6%92.94%-
XYZ47.264085.35-
YUV173.62163.77136.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=32.18%
G=26.82%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861552370.220.3500.07262.6869.4976.86
HexBA9BED162307107454d
Octal272233355264307407105115
Binary10111010100110111110110110110100011011110000011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BED; }

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

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

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

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

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

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

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

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