#B9A4DE

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

Shades of Perfume #B9A4DE

Tints of Perfume #B9A4DE

Color information

#B9A4DE (or 0xB9A4DE) is unknown color: approx Perfume. HEX triplet: B9, A4 and DE. RGB value is (185,164,222). Sum of RGB (Red+Green+Blue) = 185+164+222=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B9A4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4DE is #465B21. Grayscale: #B0B0B0. Windows color (decimal): -4610850 or 14591161. OLE color: 14591161.

HSL color Cylindrical-coordinate representation of color #B9A4DE: hue angle of 261.72º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9A4DE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185164222-
CMYK0.170.2600.13
HSL261.72º46.77%75.69%-
HSV(B)261.72º26.13%87.06%-
XYZ46.4742.1474.79-
YUV176.89153.46133.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 164 (64.45% from 255) = 28.72%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=32.40%
G=28.72%
B=38.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851642220.170.2600.13261.7246.7775.69
HexB9A4DE111A0D1062f4c
Octal271244336213201540657114
Binary1011100110100100110111101000111010011011000001101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4DE; }

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

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

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

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

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

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

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

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