#B9A3D1

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

Shades of Perfume #B9A3D1

Tints of Perfume #B9A3D1

Color information

#B9A3D1 (or 0xB9A3D1) is unknown color: approx Perfume. HEX triplet: B9, A3 and D1. RGB value is (185,163,209). Sum of RGB (Red+Green+Blue) = 185+163+209=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9A3D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A3D1 is #465C2E. Grayscale: #AEAEAE. Windows color (decimal): -4611119 or 13738937. OLE color: 13738937.

HSL color Cylindrical-coordinate representation of color #B9A3D1: hue angle of 268.7º degrees, saturation: 0.33, 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 #B9A3D1 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185163209-
CMYK0.110.2200.18
HSL268.7º33.33%72.94%-
HSV(B)268.7º22.01%81.96%-
XYZ44.6141.1165.91-
YUV174.82147.29135.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=33.21%
G=29.26%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851632090.110.2200.18268.733.3372.94
HexB9A3D1B1601210d2149
Octal271243321132602241541111
Binary1011100110100011110100011011101100100101000011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A3D1; }

 p { color: rgb(185,163,209); }

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

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

 a { background-color: rgb(185,163,209); }

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

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

 span { border-color: rgb(185,163,209); }

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