Shades of Loblolly #B5BFBA
Tints of Loblolly #B5BFBA
RGB
CMYK
RGB Variations
Color information
#B5BFBA (or 0xB5BFBA) is known color: Loblolly. HEX triplet: B5, BF and BA. RGB value is (181,191,186). Sum of RGB (Red+Green+Blue) = 181+191+186=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFBA is #4A4045. Grayscale: #BBBBBB. Windows color (decimal): -4866118 or 12238773. OLE color: 12238773.
HSL color Cylindrical-coordinate representation of color #B5BFBA: hue angle of 150º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BFBA is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 186 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.25 |
| HSL | 150º | 0.07% | 0.73% | - |
| HSV(B) | 150º | 0.05% | 0.75% | - |
| XYZ | 46.55 | 50.63 | 53.77 | - |
| YUV | 187.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 186 | 0.05 | 0 | 0.03 | 0.25 | 150 | 0.07 | 0.73 |
| Hex | B5 | BF | BA | 5 | 0 | 3 | 19 | 96 | 7 | 49 |
| Octal | 265 | 277 | 272 | 5 | 0 | 3 | 31 | 226 | 7 | 111 |
| Binary | 10110101 | 10111111 | 10111010 | 101 | 0 | 11 | 11001 | 10010110 | 111 | 1001001 |
Color Harmonies of #B5BFBA
Complementary color
Monochromatic Colors of #B5BFBA
Black with #B5BFBA
Text Example
Text Example
White with #B5BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFBA; }
p { color: rgb(181,191,186); }
H1.HeaderClassName
{
color: #B5BFBA;
}
.AnyTagClassName
{
color: #B5BFBA;
}
</style>
background-color css
<style>
a { background-color: #B5BFBA; }
a { background-color: rgb(181,191,186); }
div.DivClassName
{
background-color: #B5BFBA;
}
.BgClassName
{
background-color: #B5BFBA;
}
</style>
border-color css
<style>
span { border-color: #B5BFBA; }
span { border-color: rgb(181,191,186); }
td.TdClassName
{
border-color: #B5BFBA;
}
.TagClassName
{
border-color: #B5BFBA;
}
</style>