#B2BFBA

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

Shades of Loblolly #B2BFBA

Tints of Loblolly #B2BFBA

Color information

#B2BFBA (or 0xB2BFBA) is unknown color: approx Loblolly. HEX triplet: B2, BF and BA. RGB value is (178,191,186). Sum of RGB (Red+Green+Blue) = 178+191+186=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFBA is #4D4045. Grayscale: #BABABA. Windows color (decimal): -5062726 or 12238770. OLE color: 12238770.

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

Color convert

RGB178191186-
CMYK0.0700.030.25
HSL156.92º9.22%72.35%-
HSV(B)156.92º6.81%74.9%-
XYZ45.8550.2753.74-
YUV186.54127.69121.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=32.07%
G=34.41%
B=33.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911860.0700.030.25156.929.2272.35
HexB2BFBA703199d948
Octal2622772727033123511110
Binary101100101011111110111010111011110011001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFBA; }

 p { color: rgb(178,191,186); }

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

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

 a { background-color: rgb(178,191,186); }

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

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

 span { border-color: rgb(178,191,186); }

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