#B9A0D0

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

Shades of Perfume #B9A0D0

Tints of Perfume #B9A0D0

Color information

#B9A0D0 (or 0xB9A0D0) is unknown color: approx Perfume. HEX triplet: B9, A0 and D0. RGB value is (185,160,208). Sum of RGB (Red+Green+Blue) = 185+160+208=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0D0 is #465F2F. Grayscale: #ACACAC. Windows color (decimal): -4611888 or 13672633. OLE color: 13672633.

HSL color Cylindrical-coordinate representation of color #B9A0D0: hue angle of 271.25º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A0D0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185160208-
CMYK0.110.2300.18
HSL271.25º33.8%72.16%-
HSV(B)271.25º23.08%81.57%-
XYZ43.9640.0165.08-
YUV172.95147.78136.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=33.45%
G=28.93%
B=37.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851602080.110.2300.18271.2533.872.16
HexB9A0D0B1701210f2248
Octal271240320132702241742110
Binary1011100110100000110100001011101110100101000011111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0D0; }

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

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

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

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

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

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

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

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