Shades of Periglacial Blue #B2BAB7
Tints of Periglacial Blue #B2BAB7
RGB
CMYK
RGB Variations
Color information
#B2BAB7 (or 0xB2BAB7) is known color: Periglacial Blue. HEX triplet: B2, BA and B7. RGB value is (178,186,183). Sum of RGB (Red+Green+Blue) = 178+186+183=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAB7 is #4D4548. Grayscale: #B7B7B7. Windows color (decimal): -5064009 or 12040882. OLE color: 12040882.
HSL color Cylindrical-coordinate representation of color #B2BAB7: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2BAB7 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 186 | 183 | - |
CMYK | 0.04 | 0 | 0.02 | 0.27 |
HSL | 157.5º | 0.05% | 0.71% | - |
HSV(B) | 157.5º | 0.04% | 0.73% | - |
XYZ | 44.47 | 48 | 51.72 | - |
YUV | 183.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 186 | 183 | 0.04 | 0 | 0.02 | 0.27 | 157.5 | 0.05 | 0.71 |
Hex | B2 | BA | B7 | 4 | 0 | 2 | 1B | 9E | 5 | 47 |
Octal | 262 | 272 | 267 | 4 | 0 | 2 | 33 | 236 | 5 | 107 |
Binary | 10110010 | 10111010 | 10110111 | 100 | 0 | 10 | 11011 | 10011110 | 101 | 1000111 |
Color Harmonies of #B2BAB7
Complementary color
Monochromatic Colors of #B2BAB7
Black with #B2BAB7
Text Example
Text Example
White with #B2BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAB7; }
p { color: rgb(178,186,183); }
H1.HeaderClassName
{
color: #B2BAB7;
}
.AnyTagClassName
{
color: #B2BAB7;
}
</style>
background-color css
<style>
a { background-color: #B2BAB7; }
a { background-color: rgb(178,186,183); }
div.DivClassName
{
background-color: #B2BAB7;
}
.BgClassName
{
background-color: #B2BAB7;
}
</style>
border-color css
<style>
span { border-color: #B2BAB7; }
span { border-color: rgb(178,186,183); }
td.TdClassName
{
border-color: #B2BAB7;
}
.TagClassName
{
border-color: #B2BAB7;
}
</style>