Shades of Loblolly #B1C0B9
Tints of Loblolly #B1C0B9
RGB
CMYK
RGB Variations
Color information
#B1C0B9 (or 0xB1C0B9) is known color: Loblolly. HEX triplet: B1, C0 and B9. RGB value is (177,192,185). Sum of RGB (Red+Green+Blue) = 177+192+185=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C0B9 is #4E3F46. Grayscale: #BABABA. Windows color (decimal): -5128007 or 12173489. OLE color: 12173489.
HSL color Cylindrical-coordinate representation of color #B1C0B9: hue angle of 152º 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 #B1C0B9 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 185 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.25 |
| HSL | 152º | 0.11% | 0.72% | - |
| HSV(B) | 152º | 0.08% | 0.75% | - |
| XYZ | 45.74 | 50.55 | 53.25 | - |
| YUV | 186.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 185 | 0.08 | 0 | 0.04 | 0.25 | 152 | 0.11 | 0.72 |
| Hex | B1 | C0 | B9 | 8 | 0 | 4 | 19 | 98 | B | 48 |
| Octal | 261 | 300 | 271 | 10 | 0 | 4 | 31 | 230 | 13 | 110 |
| Binary | 10110001 | 11000000 | 10111001 | 1000 | 0 | 100 | 11001 | 10011000 | 1011 | 1001000 |
Color Harmonies of #B1C0B9
Complementary color
Monochromatic Colors of #B1C0B9
Black with #B1C0B9
Text Example
Text Example
White with #B1C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C0B9; }
p { color: rgb(177,192,185); }
H1.HeaderClassName
{
color: #B1C0B9;
}
.AnyTagClassName
{
color: #B1C0B9;
}
</style>
background-color css
<style>
a { background-color: #B1C0B9; }
a { background-color: rgb(177,192,185); }
div.DivClassName
{
background-color: #B1C0B9;
}
.BgClassName
{
background-color: #B1C0B9;
}
</style>
border-color css
<style>
span { border-color: #B1C0B9; }
span { border-color: rgb(177,192,185); }
td.TdClassName
{
border-color: #B1C0B9;
}
.TagClassName
{
border-color: #B1C0B9;
}
</style>