Shades of Spindle #BBBFC7
Tints of Spindle #BBBFC7
RGB
CMYK
RGB Variations
Color information
#BBBFC7 (or 0xBBBFC7) is known color: Spindle. HEX triplet: BB, BF and C7. RGB value is (187,191,199). Sum of RGB (Red+Green+Blue) = 187+191+199=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBBFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC7 is #444038. Grayscale: #BEBEBE. Windows color (decimal): -4472889 or 13090747. OLE color: 13090747.
HSL color Cylindrical-coordinate representation of color #BBBFC7: hue angle of 220º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBFC7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 191 | 199 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 220º | 0.1% | 0.76% | - |
| HSV(B) | 220º | 0.06% | 0.78% | - |
| XYZ | 49.43 | 51.95 | 61.45 | - |
| YUV | 190.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 199 | 0.06 | 0.04 | 0 | 0.22 | 220 | 0.1 | 0.76 |
| Hex | BB | BF | C7 | 6 | 4 | 0 | 16 | DC | A | 4C |
| Octal | 273 | 277 | 307 | 6 | 4 | 0 | 26 | 334 | 12 | 114 |
| Binary | 10111011 | 10111111 | 11000111 | 110 | 100 | 0 | 10110 | 11011100 | 1010 | 1001100 |
Color Harmonies of #BBBFC7
Complementary color
Monochromatic Colors of #BBBFC7
Black with #BBBFC7
Text Example
Text Example
White with #BBBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFC7; }
p { color: rgb(187,191,199); }
H1.HeaderClassName
{
color: #BBBFC7;
}
.AnyTagClassName
{
color: #BBBFC7;
}
</style>
background-color css
<style>
a { background-color: #BBBFC7; }
a { background-color: rgb(187,191,199); }
div.DivClassName
{
background-color: #BBBFC7;
}
.BgClassName
{
background-color: #BBBFC7;
}
</style>
border-color css
<style>
span { border-color: #BBBFC7; }
span { border-color: rgb(187,191,199); }
td.TdClassName
{
border-color: #BBBFC7;
}
.TagClassName
{
border-color: #BBBFC7;
}
</style>