#B9A1DC

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

Shades of Perfume #B9A1DC

Tints of Perfume #B9A1DC

Color information

#B9A1DC (or 0xB9A1DC) is unknown color: approx Perfume. HEX triplet: B9, A1 and DC. RGB value is (185,161,220). Sum of RGB (Red+Green+Blue) = 185+161+220=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1DC is #465E23. Grayscale: #AEAEAE. Windows color (decimal): -4611620 or 14459321. OLE color: 14459321.

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

Color convert

RGB185161220-
CMYK0.160.2700.14
HSL264.41º45.74%74.71%-
HSV(B)264.41º26.82%86.27%-
XYZ45.6740.9773.21-
YUV174.9153.45135.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=32.69%
G=28.45%
B=38.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851612200.160.2700.14264.4145.7474.71
HexB9A1DC101B0E1082e4b
Octal271241334203301641056113
Binary1011100110100001110111001000011011011101000010001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A1DC; }

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

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

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

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

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

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

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

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