Shades of Loblolly #B2BFBA
Tints of Loblolly #B2BFBA
RGB
CMYK
RGB Variations
Color information
#B2BFBA (or 0xB2BFBA) is known color: 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
| RGB | 178 | 191 | 186 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.25 |
| HSL | 156.92º | 0.09% | 0.72% | - |
| HSV(B) | 156.92º | 0.07% | 0.75% | - |
| XYZ | 45.85 | 50.27 | 53.74 | - |
| YUV | 186.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 186 | 0.07 | 0 | 0.03 | 0.25 | 156.92 | 0.09 | 0.72 |
| Hex | B2 | BF | BA | 7 | 0 | 3 | 19 | 9D | 9 | 48 |
| Octal | 262 | 277 | 272 | 7 | 0 | 3 | 31 | 235 | 11 | 110 |
| Binary | 10110010 | 10111111 | 10111010 | 111 | 0 | 11 | 11001 | 10011101 | 1001 | 1001000 |
Color Harmonies of #B2BFBA
Complementary color
Monochromatic Colors of #B2BFBA
Black with #B2BFBA
Text Example
Text Example
White with #B2BFBA
Text Example
Text Example
HTML Codes & Css Web 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>