#B9A4D8

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

Shades of Perfume #B9A4D8

Tints of Perfume #B9A4D8

Color information

#B9A4D8 (or 0xB9A4D8) is unknown color: approx Perfume. HEX triplet: B9, A4 and D8. RGB value is (185,164,216). Sum of RGB (Red+Green+Blue) = 185+164+216=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9A4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4D8 is #465B27. Grayscale: #B0B0B0. Windows color (decimal): -4610856 or 14197945. OLE color: 14197945.

HSL color Cylindrical-coordinate representation of color #B9A4D8: hue angle of 264.23º degrees, saturation: 0.4, 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 #B9A4D8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185164216-
CMYK0.140.2400.15
HSL264.23º40%74.51%-
HSV(B)264.23º24.07%84.71%-
XYZ45.6841.8270.63-
YUV176.21150.46134.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.74%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=32.74%
G=29.03%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851642160.140.2400.15264.234074.51
HexB9A4D8E180F108284b
Octal271244330163001741050113
Binary101110011010010011011000111011000011111000010001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4D8; }

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

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

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

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

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

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

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

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