Shades of Spindle #B1BBCD
Tints of Spindle #B1BBCD
RGB
CMYK
RGB Variations
Color information
#B1BBCD (or 0xB1BBCD) is known color: Spindle. HEX triplet: B1, BB and CD. RGB value is (177,187,205). Sum of RGB (Red+Green+Blue) = 177+187+205=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBCD is #4E4432. Grayscale: #B9B9B9. Windows color (decimal): -5129267 or 13482929. OLE color: 13482929.
HSL color Cylindrical-coordinate representation of color #B1BBCD: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BBCD is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 187 | 205 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.20 |
| HSL | 218.57º | 0.22% | 0.75% | - |
| HSV(B) | 218.57º | 0.14% | 0.8% | - |
| XYZ | 46.92 | 49.3 | 64.8 | - |
| YUV | 186.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 205 | 0.14 | 0.09 | 0 | 0.20 | 218.57 | 0.22 | 0.75 |
| Hex | B1 | BB | CD | E | 9 | 0 | 14 | DB | 16 | 4B |
| Octal | 261 | 273 | 315 | 16 | 11 | 0 | 24 | 333 | 26 | 113 |
| Binary | 10110001 | 10111011 | 11001101 | 1110 | 1001 | 0 | 10100 | 11011011 | 10110 | 1001011 |
Color Harmonies of #B1BBCD
Complementary color
Monochromatic Colors of #B1BBCD
Black with #B1BBCD
Text Example
Text Example
White with #B1BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBCD; }
p { color: rgb(177,187,205); }
H1.HeaderClassName
{
color: #B1BBCD;
}
.AnyTagClassName
{
color: #B1BBCD;
}
</style>
background-color css
<style>
a { background-color: #B1BBCD; }
a { background-color: rgb(177,187,205); }
div.DivClassName
{
background-color: #B1BBCD;
}
.BgClassName
{
background-color: #B1BBCD;
}
</style>
border-color css
<style>
span { border-color: #B1BBCD; }
span { border-color: rgb(177,187,205); }
td.TdClassName
{
border-color: #B1BBCD;
}
.TagClassName
{
border-color: #B1BBCD;
}
</style>