#B9A2D6

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

Shades of Perfume #B9A2D6

Tints of Perfume #B9A2D6

Color information

#B9A2D6 (or 0xB9A2D6) is unknown color: approx Perfume. HEX triplet: B9, A2 and D6. RGB value is (185,162,214). Sum of RGB (Red+Green+Blue) = 185+162+214=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9A2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2D6 is #465D29. Grayscale: #AEAEAE. Windows color (decimal): -4611370 or 14066361. OLE color: 14066361.

HSL color Cylindrical-coordinate representation of color #B9A2D6: hue angle of 266.54º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9A2D6 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185162214-
CMYK0.140.2400.16
HSL266.54º38.81%73.73%-
HSV(B)266.54º24.3%83.92%-
XYZ45.0741.0169.16-
YUV174.8150.12135.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=32.98%
G=28.88%
B=38.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851622140.140.2400.16266.5438.8173.73
HexB9A2D6E1801010b274a
Octal271242326163002041347112
Binary1011100110100010110101101110110000100001000010111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A2D6; }

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

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

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

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

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

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

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

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