#B9A0D8

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

Shades of Perfume #B9A0D8

Tints of Perfume #B9A0D8

Color information

#B9A0D8 (or 0xB9A0D8) is unknown color: approx Perfume. HEX triplet: B9, A0 and D8. RGB value is (185,160,216). Sum of RGB (Red+Green+Blue) = 185+160+216=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9A0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0D8 is #465F27. Grayscale: #ADADAD. Windows color (decimal): -4611880 or 14196921. OLE color: 14196921.

HSL color Cylindrical-coordinate representation of color #B9A0D8: hue angle of 266.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9A0D8 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185160216-
CMYK0.140.2600.15
HSL266.79º41.79%73.73%-
HSV(B)266.79º25.93%84.71%-
XYZ44.9740.4170.4-
YUV173.86151.78135.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.98%
GREEN value IS 160 (62.89% from 255) = 28.52%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=32.98%
G=28.52%
B=38.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851602160.140.2600.15266.7941.7973.73
HexB9A0D8E1A0F10b2a4a
Octal271240330163201741352112
Binary101110011010000011011000111011010011111000010111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0D8; }

 p { color: rgb(185,160,216); }

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

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

 a { background-color: rgb(185,160,216); }

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

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

 span { border-color: rgb(185,160,216); }

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