#B9A1E9

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

Shades of Perfume #B9A1E9

Tints of Perfume #B9A1E9

Color information

#B9A1E9 (or 0xB9A1E9) is unknown color: approx Perfume. HEX triplet: B9, A1 and E9. RGB value is (185,161,233). Sum of RGB (Red+Green+Blue) = 185+161+233=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A1E9 is #465E16. Grayscale: #B0B0B0. Windows color (decimal): -4611607 or 15311289. OLE color: 15311289.

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

Color convert

RGB185161233-
CMYK0.210.3100.09
HSL260º62.07%77.25%-
HSV(B)260º30.9%91.37%-
XYZ47.4641.6982.64-
YUV176.38159.95134.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 233 (91.41% from 255) = 40.24%
R=31.95%
G=27.81%
B=40.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851612330.210.3100.0926062.0777.25
HexB9A1E9151F091043e4d
Octal271241351253701140476115
Binary1011100110100001111010011010111111010011000001001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1E9; }

 p { color: rgb(185,161,233); }

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

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

 a { background-color: rgb(185,161,233); }

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

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

 span { border-color: rgb(185,161,233); }

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