Shades of Loblolly #B1C1B8
Tints of Loblolly #B1C1B8
RGB
CMYK
RGB Variations
Color information
#B1C1B8 (or 0xB1C1B8) is known color: Loblolly. HEX triplet: B1, C1 and B8. RGB value is (177,193,184). Sum of RGB (Red+Green+Blue) = 177+193+184=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C1B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C1B8 is #4E3E47. Grayscale: #BBBBBB. Windows color (decimal): -5127752 or 12108209. OLE color: 12108209.
HSL color Cylindrical-coordinate representation of color #B1C1B8: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1C1B8 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 193 | 184 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.24 |
| HSL | 146.25º | 0.11% | 0.73% | - |
| HSV(B) | 146.25º | 0.08% | 0.76% | - |
| XYZ | 45.85 | 50.95 | 52.76 | - |
| YUV | 187.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 193 | 184 | 0.08 | 0 | 0.05 | 0.24 | 146.25 | 0.11 | 0.73 |
| Hex | B1 | C1 | B8 | 8 | 0 | 5 | 18 | 92 | B | 49 |
| Octal | 261 | 301 | 270 | 10 | 0 | 5 | 30 | 222 | 13 | 111 |
| Binary | 10110001 | 11000001 | 10111000 | 1000 | 0 | 101 | 11000 | 10010010 | 1011 | 1001001 |
Color Harmonies of #B1C1B8
Complementary color
Monochromatic Colors of #B1C1B8
Black with #B1C1B8
Text Example
Text Example
White with #B1C1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C1B8; }
p { color: rgb(177,193,184); }
H1.HeaderClassName
{
color: #B1C1B8;
}
.AnyTagClassName
{
color: #B1C1B8;
}
</style>
background-color css
<style>
a { background-color: #B1C1B8; }
a { background-color: rgb(177,193,184); }
div.DivClassName
{
background-color: #B1C1B8;
}
.BgClassName
{
background-color: #B1C1B8;
}
</style>
border-color css
<style>
span { border-color: #B1C1B8; }
span { border-color: rgb(177,193,184); }
td.TdClassName
{
border-color: #B1C1B8;
}
.TagClassName
{
border-color: #B1C1B8;
}
</style>