#B2BBB7

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

Shades of Loblolly #B2BBB7

Tints of Loblolly #B2BBB7

Color information

#B2BBB7 (or 0xB2BBB7) is unknown color: approx Loblolly. HEX triplet: B2, BB and B7. RGB value is (178,187,183). Sum of RGB (Red+Green+Blue) = 178+187+183=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB7 is #4D4448. Grayscale: #B7B7B7. Windows color (decimal): -5063753 or 12041138. OLE color: 12041138.

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

Color convert

RGB178187183-
CMYK0.0500.020.27
HSL153.33º6.21%71.57%-
HSV(B)153.33º4.81%73.33%-
XYZ44.6848.4251.79-
YUV183.85127.52123.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=32.48%
G=34.12%
B=33.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871830.0500.020.27153.336.2171.57
HexB2BBB75021B99648
Octal262273267502332316110
Binary10110010101110111011011110101011011100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBB7; }

 p { color: rgb(178,187,183); }

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

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

 a { background-color: rgb(178,187,183); }

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

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

 span { border-color: rgb(178,187,183); }

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