Shades of Periglacial Blue #B0BAB7
Tints of Periglacial Blue #B0BAB7
RGB
CMYK
RGB Variations
Color information
#B0BAB7 (or 0xB0BAB7) is known color: Periglacial Blue. HEX triplet: B0, BA and B7. RGB value is (176,186,183). Sum of RGB (Red+Green+Blue) = 176+186+183=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB7 is #4F4548. Grayscale: #B6B6B6. Windows color (decimal): -5195081 or 12040880. OLE color: 12040880.
HSL color Cylindrical-coordinate representation of color #B0BAB7: hue angle of 162º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0BAB7 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 186 | 183 | - |
CMYK | 0.05 | 0 | 0.02 | 0.27 |
HSL | 162º | 0.07% | 0.71% | - |
HSV(B) | 162º | 0.05% | 0.73% | - |
XYZ | 44.01 | 47.77 | 51.7 | - |
YUV | 182.67 | 128.19 | 123.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 186 | 183 | 0.05 | 0 | 0.02 | 0.27 | 162 | 0.07 | 0.71 |
Hex | B0 | BA | B7 | 5 | 0 | 2 | 1B | A2 | 7 | 47 |
Octal | 260 | 272 | 267 | 5 | 0 | 2 | 33 | 242 | 7 | 107 |
Binary | 10110000 | 10111010 | 10110111 | 101 | 0 | 10 | 11011 | 10100010 | 111 | 1000111 |
Color Harmonies of #B0BAB7
Complementary color
Monochromatic Colors of #B0BAB7
Black with #B0BAB7
Text Example
Text Example
White with #B0BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAB7; }
p { color: rgb(176,186,183); }
H1.HeaderClassName
{
color: #B0BAB7;
}
.AnyTagClassName
{
color: #B0BAB7;
}
</style>
background-color css
<style>
a { background-color: #B0BAB7; }
a { background-color: rgb(176,186,183); }
div.DivClassName
{
background-color: #B0BAB7;
}
.BgClassName
{
background-color: #B0BAB7;
}
</style>
border-color css
<style>
span { border-color: #B0BAB7; }
span { border-color: rgb(176,186,183); }
td.TdClassName
{
border-color: #B0BAB7;
}
.TagClassName
{
border-color: #B0BAB7;
}
</style>