Shades of Periglacial Blue #B0BBB7
Tints of Periglacial Blue #B0BBB7
RGB
CMYK
RGB Variations
Color information
#B0BBB7 (or 0xB0BBB7) is known color: Periglacial Blue. HEX triplet: B0, BB and B7. RGB value is (176,187,183). Sum of RGB (Red+Green+Blue) = 176+187+183=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB7 is #4F4448. Grayscale: #B7B7B7. Windows color (decimal): -5194825 or 12041136. OLE color: 12041136.
HSL color Cylindrical-coordinate representation of color #B0BBB7: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BBB7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 183 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.27 |
| HSL | 158.18º | 0.07% | 0.71% | - |
| HSV(B) | 158.18º | 0.06% | 0.73% | - |
| XYZ | 44.22 | 48.19 | 51.77 | - |
| YUV | 183.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 183 | 0.06 | 0 | 0.02 | 0.27 | 158.18 | 0.07 | 0.71 |
| Hex | B0 | BB | B7 | 6 | 0 | 2 | 1B | 9E | 7 | 47 |
| Octal | 260 | 273 | 267 | 6 | 0 | 2 | 33 | 236 | 7 | 107 |
| Binary | 10110000 | 10111011 | 10110111 | 110 | 0 | 10 | 11011 | 10011110 | 111 | 1000111 |
Color Harmonies of #B0BBB7
Complementary color
Monochromatic Colors of #B0BBB7
Black with #B0BBB7
Text Example
Text Example
White with #B0BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBB7; }
p { color: rgb(176,187,183); }
H1.HeaderClassName
{
color: #B0BBB7;
}
.AnyTagClassName
{
color: #B0BBB7;
}
</style>
background-color css
<style>
a { background-color: #B0BBB7; }
a { background-color: rgb(176,187,183); }
div.DivClassName
{
background-color: #B0BBB7;
}
.BgClassName
{
background-color: #B0BBB7;
}
</style>
border-color css
<style>
span { border-color: #B0BBB7; }
span { border-color: rgb(176,187,183); }
td.TdClassName
{
border-color: #B0BBB7;
}
.TagClassName
{
border-color: #B0BBB7;
}
</style>