#B9A2D0

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

Shades of Perfume #B9A2D0

Tints of Perfume #B9A2D0

Color information

#B9A2D0 (or 0xB9A2D0) is unknown color: approx Perfume. HEX triplet: B9, A2 and D0. RGB value is (185,162,208). Sum of RGB (Red+Green+Blue) = 185+162+208=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2D0 is #465D2F. Grayscale: #ADADAD. Windows color (decimal): -4611376 or 13673145. OLE color: 13673145.

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

Color convert

RGB185162208-
CMYK0.110.2200.18
HSL270º32.86%72.55%-
HSV(B)270º22.12%81.57%-
XYZ44.3140.7165.2-
YUV174.12147.12135.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=33.33%
G=29.19%
B=37.48%

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
Decimal1851622080.110.2200.1827032.8672.55
HexB9A2D0B1601210e2149
Octal271242320132602241641111
Binary1011100110100010110100001011101100100101000011101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2D0; }

 p { color: rgb(185,162,208); }

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

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

 a { background-color: rgb(185,162,208); }

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

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

 span { border-color: rgb(185,162,208); }

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