Shades of Loblolly #B0BBB5
Tints of Loblolly #B0BBB5
RGB
CMYK
RGB Variations
Color information
#B0BBB5 (or 0xB0BBB5) is known color: Loblolly. HEX triplet: B0, BB and B5. RGB value is (176,187,181). Sum of RGB (Red+Green+Blue) = 176+187+181=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB5 is #4F444A. Grayscale: #B7B7B7. Windows color (decimal): -5194827 or 11910064. OLE color: 11910064.
HSL color Cylindrical-coordinate representation of color #B0BBB5: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BBB5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 181 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.27 |
| HSL | 147.27º | 0.07% | 0.71% | - |
| HSV(B) | 147.27º | 0.06% | 0.73% | - |
| XYZ | 44.02 | 48.11 | 50.68 | - |
| YUV | 183.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 181 | 0.06 | 0 | 0.03 | 0.27 | 147.27 | 0.07 | 0.71 |
| Hex | B0 | BB | B5 | 6 | 0 | 3 | 1B | 93 | 7 | 47 |
| Octal | 260 | 273 | 265 | 6 | 0 | 3 | 33 | 223 | 7 | 107 |
| Binary | 10110000 | 10111011 | 10110101 | 110 | 0 | 11 | 11011 | 10010011 | 111 | 1000111 |
Color Harmonies of #B0BBB5
Complementary color
Monochromatic Colors of #B0BBB5
Black with #B0BBB5
Text Example
Text Example
White with #B0BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBB5; }
p { color: rgb(176,187,181); }
H1.HeaderClassName
{
color: #B0BBB5;
}
.AnyTagClassName
{
color: #B0BBB5;
}
</style>
background-color css
<style>
a { background-color: #B0BBB5; }
a { background-color: rgb(176,187,181); }
div.DivClassName
{
background-color: #B0BBB5;
}
.BgClassName
{
background-color: #B0BBB5;
}
</style>
border-color css
<style>
span { border-color: #B0BBB5; }
span { border-color: rgb(176,187,181); }
td.TdClassName
{
border-color: #B0BBB5;
}
.TagClassName
{
border-color: #B0BBB5;
}
</style>