Shades of Periglacial Blue #B0B3B2
Tints of Periglacial Blue #B0B3B2
RGB
CMYK
RGB Variations
Color information
#B0B3B2 (or 0xB0B3B2) is known color: Periglacial Blue. HEX triplet: B0, B3 and B2. RGB value is (176,179,178). Sum of RGB (Red+Green+Blue) = 176+179+178=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3B2 is #4F4C4D. Grayscale: #B1B1B1. Windows color (decimal): -5196878 or 11711408. OLE color: 11711408.
HSL color Cylindrical-coordinate representation of color #B0B3B2: hue angle of 160º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0B3B2 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 178 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.30 |
| HSL | 160º | 0.02% | 0.7% | - |
| HSV(B) | 160º | 0.02% | 0.7% | - |
| XYZ | 42.06 | 44.68 | 48.53 | - |
| YUV | 177.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 178 | 0.02 | 0 | 0.01 | 0.30 | 160 | 0.02 | 0.7 |
| Hex | B0 | B3 | B2 | 2 | 0 | 1 | 1E | A0 | 2 | 46 |
| Octal | 260 | 263 | 262 | 2 | 0 | 1 | 36 | 240 | 2 | 106 |
| Binary | 10110000 | 10110011 | 10110010 | 10 | 0 | 1 | 11110 | 10100000 | 10 | 1000110 |
Color Harmonies of #B0B3B2
Complementary color
Monochromatic Colors of #B0B3B2
Black with #B0B3B2
Text Example
Text Example
White with #B0B3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3B2; }
p { color: rgb(176,179,178); }
H1.HeaderClassName
{
color: #B0B3B2;
}
.AnyTagClassName
{
color: #B0B3B2;
}
</style>
background-color css
<style>
a { background-color: #B0B3B2; }
a { background-color: rgb(176,179,178); }
div.DivClassName
{
background-color: #B0B3B2;
}
.BgClassName
{
background-color: #B0B3B2;
}
</style>
border-color css
<style>
span { border-color: #B0B3B2; }
span { border-color: rgb(176,179,178); }
td.TdClassName
{
border-color: #B0B3B2;
}
.TagClassName
{
border-color: #B0B3B2;
}
</style>