#B9A4D2

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

Shades of Perfume #B9A4D2

Tints of Perfume #B9A4D2

Color information

#B9A4D2 (or 0xB9A4D2) is unknown color: approx Perfume. HEX triplet: B9, A4 and D2. RGB value is (185,164,210). Sum of RGB (Red+Green+Blue) = 185+164+210=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A4D2 is #465B2D. Grayscale: #AFAFAF. Windows color (decimal): -4610862 or 13804729. OLE color: 13804729.

HSL color Cylindrical-coordinate representation of color #B9A4D2: hue angle of 267.39º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A4D2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185164210-
CMYK0.120.2200.18
HSL267.39º33.82%73.33%-
HSV(B)267.39º21.9%82.35%-
XYZ44.9241.5266.62-
YUV175.52147.46134.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=33.09%
G=29.34%
B=37.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851642100.120.2200.18267.3933.8273.33
HexB9A4D2C1601210b2249
Octal271244322142602241342111
Binary1011100110100100110100101100101100100101000010111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A4D2; }

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

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

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

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

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

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

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

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