Shades of Loblolly #B1C0BA
Tints of Loblolly #B1C0BA
RGB
CMYK
RGB Variations
Color information
#B1C0BA (or 0xB1C0BA) is known color: Loblolly. HEX triplet: B1, C0 and BA. RGB value is (177,192,186). Sum of RGB (Red+Green+Blue) = 177+192+186=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0BA is #4E3F45. Grayscale: #BABABA. Windows color (decimal): -5128006 or 12239025. OLE color: 12239025.
HSL color Cylindrical-coordinate representation of color #B1C0BA: hue angle of 156º 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 #B1C0BA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 186 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.25 |
| HSL | 156º | 0.11% | 0.72% | - |
| HSV(B) | 156º | 0.08% | 0.75% | - |
| XYZ | 45.84 | 50.59 | 53.8 | - |
| YUV | 186.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 186 | 0.08 | 0 | 0.03 | 0.25 | 156 | 0.11 | 0.72 |
| Hex | B1 | C0 | BA | 8 | 0 | 3 | 19 | 9C | B | 48 |
| Octal | 261 | 300 | 272 | 10 | 0 | 3 | 31 | 234 | 13 | 110 |
| Binary | 10110001 | 11000000 | 10111010 | 1000 | 0 | 11 | 11001 | 10011100 | 1011 | 1001000 |
Color Harmonies of #B1C0BA
Complementary color
Monochromatic Colors of #B1C0BA
Black with #B1C0BA
Text Example
Text Example
White with #B1C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0BA; }
p { color: rgb(177,192,186); }
H1.HeaderClassName
{
color: #B1C0BA;
}
.AnyTagClassName
{
color: #B1C0BA;
}
</style>
background-color css
<style>
a { background-color: #B1C0BA; }
a { background-color: rgb(177,192,186); }
div.DivClassName
{
background-color: #B1C0BA;
}
.BgClassName
{
background-color: #B1C0BA;
}
</style>
border-color css
<style>
span { border-color: #B1C0BA; }
span { border-color: rgb(177,192,186); }
td.TdClassName
{
border-color: #B1C0BA;
}
.TagClassName
{
border-color: #B1C0BA;
}
</style>