#B9A4E8

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

Shades of Perfume #B9A4E8

Tints of Perfume #B9A4E8

Color information

#B9A4E8 (or 0xB9A4E8) is unknown color: approx Perfume. HEX triplet: B9, A4 and E8. RGB value is (185,164,232). Sum of RGB (Red+Green+Blue) = 185+164+232=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #B9A4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A4E8 is #465B17. Grayscale: #B1B1B1. Windows color (decimal): -4610840 or 15246521. OLE color: 15246521.

HSL color Cylindrical-coordinate representation of color #B9A4E8: hue angle of 258.53º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A4E8 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB185164232-
CMYK0.200.2900.09
HSL258.53º59.65%77.65%-
HSV(B)258.53º29.31%90.98%-
XYZ47.8542.6982.06-
YUV178.03158.46132.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 164 (64.45% from 255) = 28.23%
BLUE value IS 232 (91.02% from 255) = 39.93%
R=31.84%
G=28.23%
B=39.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1851642320.200.2900.09258.5359.6577.65
HexB9A4E8141D091033c4e
Octal271244350243501140374116
Binary1011100110100100111010001010011101010011000000111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4E8; }

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

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

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

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

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

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

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

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