Shades of Periglacial Blue #B2B7B5
Tints of Periglacial Blue #B2B7B5
RGB
CMYK
RGB Variations
Color information
#B2B7B5 (or 0xB2B7B5) is known color: Periglacial Blue. HEX triplet: B2, B7 and B5. RGB value is (178,183,181). Sum of RGB (Red+Green+Blue) = 178+183+181=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B7B5 is #4D484A. Grayscale: #B5B5B5. Windows color (decimal): -5064779 or 11909042. OLE color: 11909042.
HSL color Cylindrical-coordinate representation of color #B2B7B5: hue angle of 156º degrees, saturation: 0.03, 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 #B2B7B5 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 178 | 183 | 181 | - |
CMYK | 0.03 | 0 | 0.01 | 0.28 |
HSL | 156º | 0.03% | 0.71% | - |
HSV(B) | 156º | 0.03% | 0.72% | - |
XYZ | 43.63 | 46.67 | 50.42 | - |
YUV | 181.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 183 | 181 | 0.03 | 0 | 0.01 | 0.28 | 156 | 0.03 | 0.71 |
Hex | B2 | B7 | B5 | 3 | 0 | 1 | 1C | 9C | 3 | 47 |
Octal | 262 | 267 | 265 | 3 | 0 | 1 | 34 | 234 | 3 | 107 |
Binary | 10110010 | 10110111 | 10110101 | 11 | 0 | 1 | 11100 | 10011100 | 11 | 1000111 |
Color Harmonies of #B2B7B5
Complementary color
Monochromatic Colors of #B2B7B5
Black with #B2B7B5
Text Example
Text Example
White with #B2B7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B7B5; }
p { color: rgb(178,183,181); }
H1.HeaderClassName
{
color: #B2B7B5;
}
.AnyTagClassName
{
color: #B2B7B5;
}
</style>
background-color css
<style>
a { background-color: #B2B7B5; }
a { background-color: rgb(178,183,181); }
div.DivClassName
{
background-color: #B2B7B5;
}
.BgClassName
{
background-color: #B2B7B5;
}
</style>
border-color css
<style>
span { border-color: #B2B7B5; }
span { border-color: rgb(178,183,181); }
td.TdClassName
{
border-color: #B2B7B5;
}
.TagClassName
{
border-color: #B2B7B5;
}
</style>