Shades of Loblolly #B0C0B7
Tints of Loblolly #B0C0B7
RGB
CMYK
RGB Variations
Color information
#B0C0B7 (or 0xB0C0B7) is known color: Loblolly. HEX triplet: B0, C0 and B7. RGB value is (176,192,183). Sum of RGB (Red+Green+Blue) = 176+192+183=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0B7 is #4F3F48. Grayscale: #BABABA. Windows color (decimal): -5193545 or 12042416. OLE color: 12042416.
HSL color Cylindrical-coordinate representation of color #B0C0B7: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0C0B7 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 183 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.25 |
| HSL | 146.25º | 0.11% | 0.72% | - |
| HSV(B) | 146.25º | 0.08% | 0.75% | - |
| XYZ | 45.3 | 50.35 | 52.13 | - |
| YUV | 186.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 183 | 0.08 | 0 | 0.05 | 0.25 | 146.25 | 0.11 | 0.72 |
| Hex | B0 | C0 | B7 | 8 | 0 | 5 | 19 | 92 | B | 48 |
| Octal | 260 | 300 | 267 | 10 | 0 | 5 | 31 | 222 | 13 | 110 |
| Binary | 10110000 | 11000000 | 10110111 | 1000 | 0 | 101 | 11001 | 10010010 | 1011 | 1001000 |
Color Harmonies of #B0C0B7
Complementary color
Monochromatic Colors of #B0C0B7
Black with #B0C0B7
Text Example
Text Example
White with #B0C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C0B7; }
p { color: rgb(176,192,183); }
H1.HeaderClassName
{
color: #B0C0B7;
}
.AnyTagClassName
{
color: #B0C0B7;
}
</style>
background-color css
<style>
a { background-color: #B0C0B7; }
a { background-color: rgb(176,192,183); }
div.DivClassName
{
background-color: #B0C0B7;
}
.BgClassName
{
background-color: #B0C0B7;
}
</style>
border-color css
<style>
span { border-color: #B0C0B7; }
span { border-color: rgb(176,192,183); }
td.TdClassName
{
border-color: #B0C0B7;
}
.TagClassName
{
border-color: #B0C0B7;
}
</style>