Shades of Loblolly #B3C0BA
Tints of Loblolly #B3C0BA
RGB
CMYK
RGB Variations
Color information
#B3C0BA (or 0xB3C0BA) is known color: Loblolly. HEX triplet: B3, C0 and BA. RGB value is (179,192,186). Sum of RGB (Red+Green+Blue) = 179+192+186=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C0BA is #4C3F45. Grayscale: #BBBBBB. Windows color (decimal): -4996934 or 12239027. OLE color: 12239027.
HSL color Cylindrical-coordinate representation of color #B3C0BA: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3C0BA is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 186 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.25 |
| HSL | 152.31º | 0.09% | 0.73% | - |
| HSV(B) | 152.31º | 0.07% | 0.75% | - |
| XYZ | 46.3 | 50.83 | 53.82 | - |
| YUV | 187.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 186 | 0.07 | 0 | 0.03 | 0.25 | 152.31 | 0.09 | 0.73 |
| Hex | B3 | C0 | BA | 7 | 0 | 3 | 19 | 98 | 9 | 49 |
| Octal | 263 | 300 | 272 | 7 | 0 | 3 | 31 | 230 | 11 | 111 |
| Binary | 10110011 | 11000000 | 10111010 | 111 | 0 | 11 | 11001 | 10011000 | 1001 | 1001001 |
Color Harmonies of #B3C0BA
Complementary color
Monochromatic Colors of #B3C0BA
Black with #B3C0BA
Text Example
Text Example
White with #B3C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C0BA; }
p { color: rgb(179,192,186); }
H1.HeaderClassName
{
color: #B3C0BA;
}
.AnyTagClassName
{
color: #B3C0BA;
}
</style>
background-color css
<style>
a { background-color: #B3C0BA; }
a { background-color: rgb(179,192,186); }
div.DivClassName
{
background-color: #B3C0BA;
}
.BgClassName
{
background-color: #B3C0BA;
}
</style>
border-color css
<style>
span { border-color: #B3C0BA; }
span { border-color: rgb(179,192,186); }
td.TdClassName
{
border-color: #B3C0BA;
}
.TagClassName
{
border-color: #B3C0BA;
}
</style>