Shades of Loblolly #B0C2B8
Tints of Loblolly #B0C2B8
RGB
CMYK
RGB Variations
Color information
#B0C2B8 (or 0xB0C2B8) is known color: Loblolly. HEX triplet: B0, C2 and B8. RGB value is (176,194,184). Sum of RGB (Red+Green+Blue) = 176+194+184=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C2B8 is #4F3D47. Grayscale: #BBBBBB. Windows color (decimal): -5193032 or 12108464. OLE color: 12108464.
HSL color Cylindrical-coordinate representation of color #B0C2B8: hue angle of 146.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C2B8 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 184 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.24 |
| HSL | 146.67º | 0.13% | 0.73% | - |
| HSV(B) | 146.67º | 0.09% | 0.76% | - |
| XYZ | 45.85 | 51.27 | 52.83 | - |
| YUV | 187.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 184 | 0.09 | 0 | 0.05 | 0.24 | 146.67 | 0.13 | 0.73 |
| Hex | B0 | C2 | B8 | 9 | 0 | 5 | 18 | 93 | D | 49 |
| Octal | 260 | 302 | 270 | 11 | 0 | 5 | 30 | 223 | 15 | 111 |
| Binary | 10110000 | 11000010 | 10111000 | 1001 | 0 | 101 | 11000 | 10010011 | 1101 | 1001001 |
Color Harmonies of #B0C2B8
Complementary color
Monochromatic Colors of #B0C2B8
Black with #B0C2B8
Text Example
Text Example
White with #B0C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C2B8; }
p { color: rgb(176,194,184); }
H1.HeaderClassName
{
color: #B0C2B8;
}
.AnyTagClassName
{
color: #B0C2B8;
}
</style>
background-color css
<style>
a { background-color: #B0C2B8; }
a { background-color: rgb(176,194,184); }
div.DivClassName
{
background-color: #B0C2B8;
}
.BgClassName
{
background-color: #B0C2B8;
}
</style>
border-color css
<style>
span { border-color: #B0C2B8; }
span { border-color: rgb(176,194,184); }
td.TdClassName
{
border-color: #B0C2B8;
}
.TagClassName
{
border-color: #B0C2B8;
}
</style>