Shades of Loblolly #B0BEB8
Tints of Loblolly #B0BEB8
RGB
CMYK
RGB Variations
Color information
#B0BEB8 (or 0xB0BEB8) is known color: Loblolly. HEX triplet: B0, BE and B8. RGB value is (176,190,184). Sum of RGB (Red+Green+Blue) = 176+190+184=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEB8 is #4F4147. Grayscale: #B9B9B9. Windows color (decimal): -5194056 or 12107440. OLE color: 12107440.
HSL color Cylindrical-coordinate representation of color #B0BEB8: hue angle of 154.29º degrees, saturation: 0.1, 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 #B0BEB8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 184 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.25 |
| HSL | 154.29º | 0.1% | 0.72% | - |
| HSV(B) | 154.29º | 0.07% | 0.75% | - |
| XYZ | 44.97 | 49.52 | 52.54 | - |
| YUV | 185.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 184 | 0.07 | 0 | 0.03 | 0.25 | 154.29 | 0.1 | 0.72 |
| Hex | B0 | BE | B8 | 7 | 0 | 3 | 19 | 9A | A | 48 |
| Octal | 260 | 276 | 270 | 7 | 0 | 3 | 31 | 232 | 12 | 110 |
| Binary | 10110000 | 10111110 | 10111000 | 111 | 0 | 11 | 11001 | 10011010 | 1010 | 1001000 |
Color Harmonies of #B0BEB8
Complementary color
Monochromatic Colors of #B0BEB8
Black with #B0BEB8
Text Example
Text Example
White with #B0BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BEB8; }
p { color: rgb(176,190,184); }
H1.HeaderClassName
{
color: #B0BEB8;
}
.AnyTagClassName
{
color: #B0BEB8;
}
</style>
background-color css
<style>
a { background-color: #B0BEB8; }
a { background-color: rgb(176,190,184); }
div.DivClassName
{
background-color: #B0BEB8;
}
.BgClassName
{
background-color: #B0BEB8;
}
</style>
border-color css
<style>
span { border-color: #B0BEB8; }
span { border-color: rgb(176,190,184); }
td.TdClassName
{
border-color: #B0BEB8;
}
.TagClassName
{
border-color: #B0BEB8;
}
</style>