#B0BFB9

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

Shades of Loblolly #B0BFB9

Tints of Loblolly #B0BFB9

Color information

#B0BFB9 (or 0xB0BFB9) is unknown color: approx Loblolly. HEX triplet: B0, BF and B9. RGB value is (176,191,185). Sum of RGB (Red+Green+Blue) = 176+191+185=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB9 is #4F4046. Grayscale: #B9B9B9. Windows color (decimal): -5193799 or 12173232. OLE color: 12173232.

HSL color Cylindrical-coordinate representation of color #B0BFB9: hue angle of 156º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0BFB9 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB176191185-
CMYK0.0800.030.25
HSL156º10.49%71.96%-
HSV(B)156º7.85%74.9%-
XYZ45.2949.9953.16-
YUV185.83127.53120.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=31.88%
G=34.60%
B=33.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911850.0800.030.2515610.4971.96
HexB0BFB9803199ca48
Octal26027727110033123412110
Binary1011000010111111101110011000011110011001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFB9; }

 p { color: rgb(176,191,185); }

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

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

 a { background-color: rgb(176,191,185); }

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

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

 span { border-color: rgb(176,191,185); }

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