Shades of Loblolly #B0BCB5
Tints of Loblolly #B0BCB5
RGB
CMYK
RGB Variations
Color information
#B0BCB5 (or 0xB0BCB5) is known color: Loblolly. HEX triplet: B0, BC and B5. RGB value is (176,188,181). Sum of RGB (Red+Green+Blue) = 176+188+181=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCB5 is #4F434A. Grayscale: #B7B7B7. Windows color (decimal): -5194571 or 11910320. OLE color: 11910320.
HSL color Cylindrical-coordinate representation of color #B0BCB5: hue angle of 145º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BCB5 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 181 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.26 |
| HSL | 145º | 0.08% | 0.71% | - |
| HSV(B) | 145º | 0.06% | 0.74% | - |
| XYZ | 44.23 | 48.53 | 50.75 | - |
| YUV | 183.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 181 | 0.06 | 0 | 0.04 | 0.26 | 145 | 0.08 | 0.71 |
| Hex | B0 | BC | B5 | 6 | 0 | 4 | 1A | 91 | 8 | 47 |
| Octal | 260 | 274 | 265 | 6 | 0 | 4 | 32 | 221 | 10 | 107 |
| Binary | 10110000 | 10111100 | 10110101 | 110 | 0 | 100 | 11010 | 10010001 | 1000 | 1000111 |
Color Harmonies of #B0BCB5
Complementary color
Monochromatic Colors of #B0BCB5
Black with #B0BCB5
Text Example
Text Example
White with #B0BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BCB5; }
p { color: rgb(176,188,181); }
H1.HeaderClassName
{
color: #B0BCB5;
}
.AnyTagClassName
{
color: #B0BCB5;
}
</style>
background-color css
<style>
a { background-color: #B0BCB5; }
a { background-color: rgb(176,188,181); }
div.DivClassName
{
background-color: #B0BCB5;
}
.BgClassName
{
background-color: #B0BCB5;
}
</style>
border-color css
<style>
span { border-color: #B0BCB5; }
span { border-color: rgb(176,188,181); }
td.TdClassName
{
border-color: #B0BCB5;
}
.TagClassName
{
border-color: #B0BCB5;
}
</style>