Shades of Periglacial Blue #B1B7B5
Tints of Periglacial Blue #B1B7B5
RGB
CMYK
RGB Variations
Color information
#B1B7B5 (or 0xB1B7B5) is known color: Periglacial Blue. HEX triplet: B1, B7 and B5. RGB value is (177,183,181). Sum of RGB (Red+Green+Blue) = 177+183+181=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7B5 is #4E484A. Grayscale: #B4B4B4. Windows color (decimal): -5130315 or 11909041. OLE color: 11909041.
HSL color Cylindrical-coordinate representation of color #B1B7B5: hue angle of 160º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1B7B5 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 177 | 183 | 181 | - |
CMYK | 0.03 | 0 | 0.01 | 0.28 |
HSL | 160º | 0.04% | 0.71% | - |
HSV(B) | 160º | 0.03% | 0.72% | - |
XYZ | 43.41 | 46.55 | 50.41 | - |
YUV | 180.98 | 128.01 | 125.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 183 | 181 | 0.03 | 0 | 0.01 | 0.28 | 160 | 0.04 | 0.71 |
Hex | B1 | B7 | B5 | 3 | 0 | 1 | 1C | A0 | 4 | 47 |
Octal | 261 | 267 | 265 | 3 | 0 | 1 | 34 | 240 | 4 | 107 |
Binary | 10110001 | 10110111 | 10110101 | 11 | 0 | 1 | 11100 | 10100000 | 100 | 1000111 |
Color Harmonies of #B1B7B5
Complementary color
Monochromatic Colors of #B1B7B5
Black with #B1B7B5
Text Example
Text Example
White with #B1B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7B5; }
p { color: rgb(177,183,181); }
H1.HeaderClassName
{
color: #B1B7B5;
}
.AnyTagClassName
{
color: #B1B7B5;
}
</style>
background-color css
<style>
a { background-color: #B1B7B5; }
a { background-color: rgb(177,183,181); }
div.DivClassName
{
background-color: #B1B7B5;
}
.BgClassName
{
background-color: #B1B7B5;
}
</style>
border-color css
<style>
span { border-color: #B1B7B5; }
span { border-color: rgb(177,183,181); }
td.TdClassName
{
border-color: #B1B7B5;
}
.TagClassName
{
border-color: #B1B7B5;
}
</style>