Shades of Loblolly #B1C2B9
Tints of Loblolly #B1C2B9
RGB
CMYK
RGB Variations
Color information
#B1C2B9 (or 0xB1C2B9) is known color: Loblolly. HEX triplet: B1, C2 and B9. RGB value is (177,194,185). Sum of RGB (Red+Green+Blue) = 177+194+185=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2B9 is #4E3D46. Grayscale: #BBBBBB. Windows color (decimal): -5127495 or 12174001. OLE color: 12174001.
HSL color Cylindrical-coordinate representation of color #B1C2B9: hue angle of 148.24º degrees, saturation: 0.12, 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 #B1C2B9 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 194 | 185 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.24 |
| HSL | 148.24º | 0.12% | 0.73% | - |
| HSV(B) | 148.24º | 0.09% | 0.76% | - |
| XYZ | 46.18 | 51.43 | 53.39 | - |
| YUV | 187.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 194 | 185 | 0.09 | 0 | 0.05 | 0.24 | 148.24 | 0.12 | 0.73 |
| Hex | B1 | C2 | B9 | 9 | 0 | 5 | 18 | 94 | C | 49 |
| Octal | 261 | 302 | 271 | 11 | 0 | 5 | 30 | 224 | 14 | 111 |
| Binary | 10110001 | 11000010 | 10111001 | 1001 | 0 | 101 | 11000 | 10010100 | 1100 | 1001001 |
Color Harmonies of #B1C2B9
Complementary color
Monochromatic Colors of #B1C2B9
Black with #B1C2B9
Text Example
Text Example
White with #B1C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C2B9; }
p { color: rgb(177,194,185); }
H1.HeaderClassName
{
color: #B1C2B9;
}
.AnyTagClassName
{
color: #B1C2B9;
}
</style>
background-color css
<style>
a { background-color: #B1C2B9; }
a { background-color: rgb(177,194,185); }
div.DivClassName
{
background-color: #B1C2B9;
}
.BgClassName
{
background-color: #B1C2B9;
}
</style>
border-color css
<style>
span { border-color: #B1C2B9; }
span { border-color: rgb(177,194,185); }
td.TdClassName
{
border-color: #B1C2B9;
}
.TagClassName
{
border-color: #B1C2B9;
}
</style>