#B9A7CB

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

Shades of Perfume #B9A7CB

Tints of Perfume #B9A7CB

Color information

#B9A7CB (or 0xB9A7CB) is unknown color: approx Perfume. HEX triplet: B9, A7 and CB. RGB value is (185,167,203). Sum of RGB (Red+Green+Blue) = 185+167+203=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7CB is #465834. Grayscale: #B0B0B0. Windows color (decimal): -4610101 or 13346745. OLE color: 13346745.

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

Color convert

RGB185167203-
CMYK0.090.1800.20
HSL270º25.71%72.55%-
HSV(B)270º17.73%79.61%-
XYZ44.6142.2662.31-
YUV176.49142.96134.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=33.33%
G=30.09%
B=36.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851672030.090.1800.2027025.7172.55
HexB9A7CB91201410e1a49
Octal271247313112202441632111
Binary101110011010011111001011100110010010100100001110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7CB; }

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

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

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

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

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

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

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

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