Shades of Spindle #B1BAC6
Tints of Spindle #B1BAC6
RGB
CMYK
RGB Variations
Color information
#B1BAC6 (or 0xB1BAC6) is known color: Spindle. HEX triplet: B1, BA and C6. RGB value is (177,186,198). Sum of RGB (Red+Green+Blue) = 177+186+198=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 198 (77.73% from 255 or 35.29% from 561); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAC6 is #4E4539. Grayscale: #B8B8B8. Windows color (decimal): -5129530 or 13023921. OLE color: 13023921.
HSL color Cylindrical-coordinate representation of color #B1BAC6: hue angle of 214.29º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1BAC6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 186 | 198 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.22 |
| HSL | 214.29º | 0.16% | 0.74% | - |
| HSV(B) | 214.29º | 0.11% | 0.78% | - |
| XYZ | 45.88 | 48.54 | 60.38 | - |
| YUV | 184.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 198 | 0.11 | 0.06 | 0 | 0.22 | 214.29 | 0.16 | 0.74 |
| Hex | B1 | BA | C6 | B | 6 | 0 | 16 | D6 | 10 | 4A |
| Octal | 261 | 272 | 306 | 13 | 6 | 0 | 26 | 326 | 20 | 112 |
| Binary | 10110001 | 10111010 | 11000110 | 1011 | 110 | 0 | 10110 | 11010110 | 10000 | 1001010 |
Color Harmonies of #B1BAC6
Complementary color
Monochromatic Colors of #B1BAC6
Black with #B1BAC6
Text Example
Text Example
White with #B1BAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAC6; }
p { color: rgb(177,186,198); }
H1.HeaderClassName
{
color: #B1BAC6;
}
.AnyTagClassName
{
color: #B1BAC6;
}
</style>
background-color css
<style>
a { background-color: #B1BAC6; }
a { background-color: rgb(177,186,198); }
div.DivClassName
{
background-color: #B1BAC6;
}
.BgClassName
{
background-color: #B1BAC6;
}
</style>
border-color css
<style>
span { border-color: #B1BAC6; }
span { border-color: rgb(177,186,198); }
td.TdClassName
{
border-color: #B1BAC6;
}
.TagClassName
{
border-color: #B1BAC6;
}
</style>