Shades of Spindle #B1BBC8
Tints of Spindle #B1BBC8
RGB
CMYK
RGB Variations
Color information
#B1BBC8 (or 0xB1BBC8) is known color: Spindle. HEX triplet: B1, BB and C8. RGB value is (177,187,200). Sum of RGB (Red+Green+Blue) = 177+187+200=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBC8 is #4E4437. Grayscale: #B9B9B9. Windows color (decimal): -5129272 or 13155249. OLE color: 13155249.
HSL color Cylindrical-coordinate representation of color #B1BBC8: hue angle of 213.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BBC8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 187 | 200 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.22 |
| HSL | 213.91º | 0.17% | 0.74% | - |
| HSV(B) | 213.91º | 0.12% | 0.78% | - |
| XYZ | 46.33 | 49.06 | 61.67 | - |
| YUV | 185.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 200 | 0.12 | 0.06 | 0 | 0.22 | 213.91 | 0.17 | 0.74 |
| Hex | B1 | BB | C8 | C | 6 | 0 | 16 | D6 | 11 | 4A |
| Octal | 261 | 273 | 310 | 14 | 6 | 0 | 26 | 326 | 21 | 112 |
| Binary | 10110001 | 10111011 | 11001000 | 1100 | 110 | 0 | 10110 | 11010110 | 10001 | 1001010 |
Color Harmonies of #B1BBC8
Complementary color
Monochromatic Colors of #B1BBC8
Black with #B1BBC8
Text Example
Text Example
White with #B1BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBC8; }
p { color: rgb(177,187,200); }
H1.HeaderClassName
{
color: #B1BBC8;
}
.AnyTagClassName
{
color: #B1BBC8;
}
</style>
background-color css
<style>
a { background-color: #B1BBC8; }
a { background-color: rgb(177,187,200); }
div.DivClassName
{
background-color: #B1BBC8;
}
.BgClassName
{
background-color: #B1BBC8;
}
</style>
border-color css
<style>
span { border-color: #B1BBC8; }
span { border-color: rgb(177,187,200); }
td.TdClassName
{
border-color: #B1BBC8;
}
.TagClassName
{
border-color: #B1BBC8;
}
</style>