Shades of Loblolly #B2C2BA
Tints of Loblolly #B2C2BA
RGB
CMYK
RGB Variations
Color information
#B2C2BA (or 0xB2C2BA) is known color: Loblolly. HEX triplet: B2, C2 and BA. RGB value is (178,194,186). Sum of RGB (Red+Green+Blue) = 178+194+186=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2BA is #4D3D45. Grayscale: #BCBCBC. Windows color (decimal): -5061958 or 12239538. OLE color: 12239538.
HSL color Cylindrical-coordinate representation of color #B2C2BA: hue angle of 150º degrees, saturation: 0.12, 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 #B2C2BA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 186 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.24 |
| HSL | 150º | 0.12% | 0.73% | - |
| HSV(B) | 150º | 0.08% | 0.76% | - |
| XYZ | 46.51 | 51.59 | 53.96 | - |
| YUV | 188.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 186 | 0.08 | 0 | 0.04 | 0.24 | 150 | 0.12 | 0.73 |
| Hex | B2 | C2 | BA | 8 | 0 | 4 | 18 | 96 | C | 49 |
| Octal | 262 | 302 | 272 | 10 | 0 | 4 | 30 | 226 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10111010 | 1000 | 0 | 100 | 11000 | 10010110 | 1100 | 1001001 |
Color Harmonies of #B2C2BA
Complementary color
Monochromatic Colors of #B2C2BA
Black with #B2C2BA
Text Example
Text Example
White with #B2C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2BA; }
p { color: rgb(178,194,186); }
H1.HeaderClassName
{
color: #B2C2BA;
}
.AnyTagClassName
{
color: #B2C2BA;
}
</style>
background-color css
<style>
a { background-color: #B2C2BA; }
a { background-color: rgb(178,194,186); }
div.DivClassName
{
background-color: #B2C2BA;
}
.BgClassName
{
background-color: #B2C2BA;
}
</style>
border-color css
<style>
span { border-color: #B2C2BA; }
span { border-color: rgb(178,194,186); }
td.TdClassName
{
border-color: #B2C2BA;
}
.TagClassName
{
border-color: #B2C2BA;
}
</style>