Shades of Spindle #BBBCBE
Tints of Spindle #BBBCBE
RGB
CMYK
RGB Variations
Color information
#BBBCBE (or 0xBBBCBE) is known color: Spindle. HEX triplet: BB, BC and BE. RGB value is (187,188,190). Sum of RGB (Red+Green+Blue) = 187+188+190=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCBE is #444341. Grayscale: #BBBBBB. Windows color (decimal): -4473666 or 12500155. OLE color: 12500155.
HSL color Cylindrical-coordinate representation of color #BBBCBE: hue angle of 220º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBCBE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 188 | 190 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.25 |
| HSL | 220º | 0.02% | 0.74% | - |
| HSV(B) | 220º | 0.02% | 0.75% | - |
| XYZ | 47.77 | 50.25 | 55.9 | - |
| YUV | 187.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 190 | 0.02 | 0.01 | 0 | 0.25 | 220 | 0.02 | 0.74 |
| Hex | BB | BC | BE | 2 | 1 | 0 | 19 | DC | 2 | 4A |
| Octal | 273 | 274 | 276 | 2 | 1 | 0 | 31 | 334 | 2 | 112 |
| Binary | 10111011 | 10111100 | 10111110 | 10 | 1 | 0 | 11001 | 11011100 | 10 | 1001010 |
Color Harmonies of #BBBCBE
Complementary color
Monochromatic Colors of #BBBCBE
Black with #BBBCBE
Text Example
Text Example
White with #BBBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCBE; }
p { color: rgb(187,188,190); }
H1.HeaderClassName
{
color: #BBBCBE;
}
.AnyTagClassName
{
color: #BBBCBE;
}
</style>
background-color css
<style>
a { background-color: #BBBCBE; }
a { background-color: rgb(187,188,190); }
div.DivClassName
{
background-color: #BBBCBE;
}
.BgClassName
{
background-color: #BBBCBE;
}
</style>
border-color css
<style>
span { border-color: #BBBCBE; }
span { border-color: rgb(187,188,190); }
td.TdClassName
{
border-color: #BBBCBE;
}
.TagClassName
{
border-color: #BBBCBE;
}
</style>