#B9A4ED

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

Shades of Perfume #B9A4ED

Tints of Perfume #B9A4ED

Color information

#B9A4ED (or 0xB9A4ED) is unknown color: approx Perfume. HEX triplet: B9, A4 and ED. RGB value is (185,164,237). Sum of RGB (Red+Green+Blue) = 185+164+237=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9A4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4ED is #465B12. Grayscale: #B2B2B2. Windows color (decimal): -4610835 or 15574201. OLE color: 15574201.

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

Color convert

RGB185164237-
CMYK0.220.3100.07
HSL257.26º66.97%78.63%-
HSV(B)257.26º30.8%92.94%-
XYZ48.5742.9885.86-
YUV178.6160.96132.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 164 (64.45% from 255) = 27.99%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=31.57%
G=27.99%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851642370.220.3100.07257.2666.9778.63
HexB9A4ED161F07101434f
Octal271244355263707401103117
Binary1011100110100100111011011011011111011110000000110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4ED; }

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

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

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

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

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

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

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

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