#B4BFBB

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

Shades of Loblolly #B4BFBB

Tints of Loblolly #B4BFBB

Color information

#B4BFBB (or 0xB4BFBB) is unknown color: approx Loblolly. HEX triplet: B4, BF and BB. RGB value is (180,191,187). Sum of RGB (Red+Green+Blue) = 180+191+187=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFBB is #4B4044. Grayscale: #BBBBBB. Windows color (decimal): -4931653 or 12304308. OLE color: 12304308.

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

Color convert

RGB180191187-
CMYK0.0600.020.25
HSL158.18º7.91%72.75%-
HSV(B)158.18º5.76%74.9%-
XYZ46.4250.5554.32-
YUV187.26127.86122.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=32.26%
G=34.23%
B=33.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911870.0600.020.25158.187.9172.75
HexB4BFBB602199e849
Octal2642772736023123610111
Binary101101001011111110111011110010110011001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFBB; }

 p { color: rgb(180,191,187); }

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

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

 a { background-color: rgb(180,191,187); }

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

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

 span { border-color: rgb(180,191,187); }

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