#B9BACB

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

Shades of Lavender Grey #B9BACB

Tints of Lavender Grey #B9BACB

Color information

#B9BACB (or 0xB9BACB) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and CB. RGB value is (185,186,203). Sum of RGB (Red+Green+Blue) = 185+186+203=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BACB is #464534. Grayscale: #BBBBBB. Windows color (decimal): -4605237 or 13351609. OLE color: 13351609.

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

Color convert

RGB185186203-
CMYK0.090.0800.20
HSL236.67º14.75%76.08%-
HSV(B)236.67º8.87%79.61%-
XYZ48.3549.7463.55-
YUV187.64136.67126.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=32.23%
G=32.40%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851862030.090.0800.20236.6714.7576.08
HexB9BACB98014edf4c
Octal271272313111002435517114
Binary101110011011101011001011100110000101001110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BACB; }

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

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

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

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

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

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

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

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