Shades of Spindle #BBBFC5
Tints of Spindle #BBBFC5
RGB
CMYK
RGB Variations
Color information
#BBBFC5 (or 0xBBBFC5) is known color: Spindle. HEX triplet: BB, BF and C5. RGB value is (187,191,197). Sum of RGB (Red+Green+Blue) = 187+191+197=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC5 is #44403A. Grayscale: #BEBEBE. Windows color (decimal): -4472891 or 12959675. OLE color: 12959675.
HSL color Cylindrical-coordinate representation of color #BBBFC5: hue angle of 216º 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 #BBBFC5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 191 | 197 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.23 |
| HSL | 216º | 0.08% | 0.75% | - |
| HSV(B) | 216º | 0.05% | 0.77% | - |
| XYZ | 49.2 | 51.86 | 60.24 | - |
| YUV | 190.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 197 | 0.05 | 0.03 | 0 | 0.23 | 216 | 0.08 | 0.75 |
| Hex | BB | BF | C5 | 5 | 3 | 0 | 17 | D8 | 8 | 4B |
| Octal | 273 | 277 | 305 | 5 | 3 | 0 | 27 | 330 | 10 | 113 |
| Binary | 10111011 | 10111111 | 11000101 | 101 | 11 | 0 | 10111 | 11011000 | 1000 | 1001011 |
Color Harmonies of #BBBFC5
Complementary color
Monochromatic Colors of #BBBFC5
Black with #BBBFC5
Text Example
Text Example
White with #BBBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFC5; }
p { color: rgb(187,191,197); }
H1.HeaderClassName
{
color: #BBBFC5;
}
.AnyTagClassName
{
color: #BBBFC5;
}
</style>
background-color css
<style>
a { background-color: #BBBFC5; }
a { background-color: rgb(187,191,197); }
div.DivClassName
{
background-color: #BBBFC5;
}
.BgClassName
{
background-color: #BBBFC5;
}
</style>
border-color css
<style>
span { border-color: #BBBFC5; }
span { border-color: rgb(187,191,197); }
td.TdClassName
{
border-color: #BBBFC5;
}
.TagClassName
{
border-color: #BBBFC5;
}
</style>