Shades of Spindle #BBC0C5
Tints of Spindle #BBC0C5
RGB
CMYK
RGB Variations
Color information
#BBC0C5 (or 0xBBC0C5) is known color: Spindle. HEX triplet: BB, C0 and C5. RGB value is (187,192,197). Sum of RGB (Red+Green+Blue) = 187+192+197=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBC0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C5 is #443F3A. Grayscale: #BFBFBF. Windows color (decimal): -4472635 or 12959931. OLE color: 12959931.
HSL color Cylindrical-coordinate representation of color #BBC0C5: hue angle of 210º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC0C5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 192 | 197 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.23 |
| HSL | 210º | 0.08% | 0.75% | - |
| HSV(B) | 210º | 0.05% | 0.77% | - |
| XYZ | 49.42 | 52.3 | 60.31 | - |
| YUV | 191.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 197 | 0.05 | 0.03 | 0 | 0.23 | 210 | 0.08 | 0.75 |
| Hex | BB | C0 | C5 | 5 | 3 | 0 | 17 | D2 | 8 | 4B |
| Octal | 273 | 300 | 305 | 5 | 3 | 0 | 27 | 322 | 10 | 113 |
| Binary | 10111011 | 11000000 | 11000101 | 101 | 11 | 0 | 10111 | 11010010 | 1000 | 1001011 |
Color Harmonies of #BBC0C5
Complementary color
Monochromatic Colors of #BBC0C5
Black with #BBC0C5
Text Example
Text Example
White with #BBC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0C5; }
p { color: rgb(187,192,197); }
H1.HeaderClassName
{
color: #BBC0C5;
}
.AnyTagClassName
{
color: #BBC0C5;
}
</style>
background-color css
<style>
a { background-color: #BBC0C5; }
a { background-color: rgb(187,192,197); }
div.DivClassName
{
background-color: #BBC0C5;
}
.BgClassName
{
background-color: #BBC0C5;
}
</style>
border-color css
<style>
span { border-color: #BBC0C5; }
span { border-color: rgb(187,192,197); }
td.TdClassName
{
border-color: #BBC0C5;
}
.TagClassName
{
border-color: #BBC0C5;
}
</style>