Shades of Loblolly #B5BCB8
Tints of Loblolly #B5BCB8
RGB
CMYK
RGB Variations
Color information
#B5BCB8 (or 0xB5BCB8) is known color: Loblolly. HEX triplet: B5, BC and B8. RGB value is (181,188,184). Sum of RGB (Red+Green+Blue) = 181+188+184=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCB8 is #4A4347. Grayscale: #B9B9B9. Windows color (decimal): -4866888 or 12106933. OLE color: 12106933.
HSL color Cylindrical-coordinate representation of color #B5BCB8: hue angle of 145.71º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BCB8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 188 | 184 | - |
CMYK | 0.04 | 0 | 0.02 | 0.26 |
HSL | 145.71º | 0.05% | 0.72% | - |
HSV(B) | 145.71º | 0.04% | 0.74% | - |
XYZ | 45.69 | 49.25 | 52.45 | - |
YUV | 185.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 184 | 0.04 | 0 | 0.02 | 0.26 | 145.71 | 0.05 | 0.72 |
Hex | B5 | BC | B8 | 4 | 0 | 2 | 1A | 92 | 5 | 48 |
Octal | 265 | 274 | 270 | 4 | 0 | 2 | 32 | 222 | 5 | 110 |
Binary | 10110101 | 10111100 | 10111000 | 100 | 0 | 10 | 11010 | 10010010 | 101 | 1001000 |
Color Harmonies of #B5BCB8
Complementary color
Monochromatic Colors of #B5BCB8
Black with #B5BCB8
Text Example
Text Example
White with #B5BCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCB8; }
p { color: rgb(181,188,184); }
H1.HeaderClassName
{
color: #B5BCB8;
}
.AnyTagClassName
{
color: #B5BCB8;
}
</style>
background-color css
<style>
a { background-color: #B5BCB8; }
a { background-color: rgb(181,188,184); }
div.DivClassName
{
background-color: #B5BCB8;
}
.BgClassName
{
background-color: #B5BCB8;
}
</style>
border-color css
<style>
span { border-color: #B5BCB8; }
span { border-color: rgb(181,188,184); }
td.TdClassName
{
border-color: #B5BCB8;
}
.TagClassName
{
border-color: #B5BCB8;
}
</style>