#B9A0CB

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

Shades of Perfume #B9A0CB

Tints of Perfume #B9A0CB

Color information

#B9A0CB (or 0xB9A0CB) is unknown color: approx Perfume. HEX triplet: B9, A0 and CB. RGB value is (185,160,203). Sum of RGB (Red+Green+Blue) = 185+160+203=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CB is #465F34. Grayscale: #ACACAC. Windows color (decimal): -4611893 or 13344953. OLE color: 13344953.

HSL color Cylindrical-coordinate representation of color #B9A0CB: hue angle of 274.88º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A0CB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185160203-
CMYK0.090.2100.20
HSL274.88º29.25%71.18%-
HSV(B)274.88º21.18%79.61%-
XYZ43.3639.7761.89-
YUV172.38145.28137-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.76%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=33.76%
G=29.20%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851602030.090.2100.20274.8829.2571.18
HexB9A0CB9150141131d47
Octal271240313112502442335107
Binary101110011010000011001011100110101010100100010011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A0CB; }

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

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

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

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

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

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

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

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