Shades of Spindle #BBC6D8
Tints of Spindle #BBC6D8
RGB
CMYK
RGB Variations
Color information
#BBC6D8 (or 0xBBC6D8) is known color: Spindle. HEX triplet: BB, C6 and D8. RGB value is (187,198,216). Sum of RGB (Red+Green+Blue) = 187+198+216=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D8 is #443927. Grayscale: #C4C4C4. Windows color (decimal): -4471080 or 14206651. OLE color: 14206651.
HSL color Cylindrical-coordinate representation of color #BBC6D8: hue angle of 217.24º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC6D8 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 198 | 216 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.15 |
| HSL | 217.24º | 0.27% | 0.79% | - |
| HSV(B) | 217.24º | 0.13% | 0.85% | - |
| XYZ | 53.08 | 55.91 | 72.96 | - |
| YUV | 196.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 216 | 0.13 | 0.08 | 0 | 0.15 | 217.24 | 0.27 | 0.79 |
| Hex | BB | C6 | D8 | D | 8 | 0 | F | D9 | 1B | 4F |
| Octal | 273 | 306 | 330 | 15 | 10 | 0 | 17 | 331 | 33 | 117 |
| Binary | 10111011 | 11000110 | 11011000 | 1101 | 1000 | 0 | 1111 | 11011001 | 11011 | 1001111 |
Color Harmonies of #BBC6D8
Complementary color
Monochromatic Colors of #BBC6D8
Black with #BBC6D8
Text Example
Text Example
White with #BBC6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6D8; }
p { color: rgb(187,198,216); }
H1.HeaderClassName
{
color: #BBC6D8;
}
.AnyTagClassName
{
color: #BBC6D8;
}
</style>
background-color css
<style>
a { background-color: #BBC6D8; }
a { background-color: rgb(187,198,216); }
div.DivClassName
{
background-color: #BBC6D8;
}
.BgClassName
{
background-color: #BBC6D8;
}
</style>
border-color css
<style>
span { border-color: #BBC6D8; }
span { border-color: rgb(187,198,216); }
td.TdClassName
{
border-color: #BBC6D8;
}
.TagClassName
{
border-color: #BBC6D8;
}
</style>