#B9A4E1

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

Shades of Perfume #B9A4E1

Tints of Perfume #B9A4E1

Color information

#B9A4E1 (or 0xB9A4E1) is unknown color: approx Perfume. HEX triplet: B9, A4 and E1. RGB value is (185,164,225). Sum of RGB (Red+Green+Blue) = 185+164+225=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9A4E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4E1 is #465B1E. Grayscale: #B1B1B1. Windows color (decimal): -4610847 or 14787769. OLE color: 14787769.

HSL color Cylindrical-coordinate representation of color #B9A4E1: hue angle of 260.66º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9A4E1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185164225-
CMYK0.180.2700.12
HSL260.66º50.41%76.27%-
HSV(B)260.66º27.11%88.24%-
XYZ46.8742.376.93-
YUV177.23154.96133.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=32.23%
G=28.57%
B=39.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851642250.180.2700.12260.6650.4176.27
HexB9A4E1121B0C105324c
Octal271244341223301440562114
Binary1011100110100100111000011001011011011001000001011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4E1; }

 p { color: rgb(185,164,225); }

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

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

 a { background-color: rgb(185,164,225); }

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

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

 span { border-color: rgb(185,164,225); }

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