#B9A4D9

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

Shades of Perfume #B9A4D9

Tints of Perfume #B9A4D9

Color information

#B9A4D9 (or 0xB9A4D9) is unknown color: approx Perfume. HEX triplet: B9, A4 and D9. RGB value is (185,164,217). Sum of RGB (Red+Green+Blue) = 185+164+217=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #B9A4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4D9 is #465B26. Grayscale: #B0B0B0. Windows color (decimal): -4610855 or 14263481. OLE color: 14263481.

HSL color Cylindrical-coordinate representation of color #B9A4D9: hue angle of 263.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9A4D9 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185164217-
CMYK0.150.2400.15
HSL263.77º41.09%74.71%-
HSV(B)263.77º24.42%85.1%-
XYZ45.8141.8771.31-
YUV176.32150.96134.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=32.69%
G=28.98%
B=38.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851642170.150.2400.15263.7741.0974.71
HexB9A4D9F180F108294b
Octal271244331173001741051113
Binary101110011010010011011001111111000011111000010001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4D9; }

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

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

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

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

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

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

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

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