#B9A2DC

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

Shades of Perfume #B9A2DC

Tints of Perfume #B9A2DC

Color information

#B9A2DC (or 0xB9A2DC) is unknown color: approx Perfume. HEX triplet: B9, A2 and DC. RGB value is (185,162,220). Sum of RGB (Red+Green+Blue) = 185+162+220=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2DC is #465D23. Grayscale: #AFAFAF. Windows color (decimal): -4611364 or 14459577. OLE color: 14459577.

HSL color Cylindrical-coordinate representation of color #B9A2DC: hue angle of 263.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9A2DC is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185162220-
CMYK0.160.2600.14
HSL263.79º45.31%74.9%-
HSV(B)263.79º26.36%86.27%-
XYZ45.8541.3273.27-
YUV175.49153.12134.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=32.63%
G=28.57%
B=38.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851622200.160.2600.14263.7945.3174.9
HexB9A2DC101A0E1082d4b
Octal271242334203201641055113
Binary1011100110100010110111001000011010011101000010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2DC; }

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

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

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

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

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

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

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

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