#B0BFB8

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

Shades of Loblolly #B0BFB8

Tints of Loblolly #B0BFB8

Color information

#B0BFB8 (or 0xB0BFB8) is unknown color: approx Loblolly. HEX triplet: B0, BF and B8. RGB value is (176,191,184). Sum of RGB (Red+Green+Blue) = 176+191+184=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFB8 is #4F4047. Grayscale: #B9B9B9. Windows color (decimal): -5193800 or 12107696. OLE color: 12107696.

HSL color Cylindrical-coordinate representation of color #B0BFB8: hue angle of 152º 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 #B0BFB8 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB176191184-
CMYK0.0800.040.25
HSL152º10.49%71.96%-
HSV(B)152º7.85%74.9%-
XYZ45.1949.9552.61-
YUV185.72127.03121.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 184 (72.27% from 255) = 33.39%
R=31.94%
G=34.66%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911840.0800.040.2515210.4971.96
HexB0BFB88041998a48
Octal26027727010043123012110
Binary10110000101111111011100010000100110011001100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFB8; }

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

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

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

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

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

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

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

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