#B9BCBB

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

Shades of Loblolly #B9BCBB

Tints of Loblolly #B9BCBB

Color information

#B9BCBB (or 0xB9BCBB) is unknown color: approx Loblolly. HEX triplet: B9, BC and BB. RGB value is (185,188,187). Sum of RGB (Red+Green+Blue) = 185+188+187=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBB is #464344. Grayscale: #BABABA. Windows color (decimal): -4604741 or 12303545. OLE color: 12303545.

HSL color Cylindrical-coordinate representation of color #B9BCBB: hue angle of 160º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BCBB is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB185188187-
CMYK0.0200.010.26
HSL160º2.19%73.14%-
HSV(B)160º1.6%73.73%-
XYZ46.9649.8754.16-
YUV186.99128.01126.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=33.04%
G=33.57%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881870.0200.010.261602.1973.14
HexB9BCBB2011Aa0249
Octal271274273201322402111
Binary10111001101111001011101110011101010100000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCBB; }

 p { color: rgb(185,188,187); }

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

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

 a { background-color: rgb(185,188,187); }

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

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

 span { border-color: rgb(185,188,187); }

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