Shades of Spindle #BBC5D9
Tints of Spindle #BBC5D9
RGB
CMYK
RGB Variations
Color information
#BBC5D9 (or 0xBBC5D9) is known color: Spindle. HEX triplet: BB, C5 and D9. RGB value is (187,197,217). Sum of RGB (Red+Green+Blue) = 187+197+217=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D9 is #443A26. Grayscale: #C4C4C4. Windows color (decimal): -4471335 or 14271931. OLE color: 14271931.
HSL color Cylindrical-coordinate representation of color #BBC5D9: hue angle of 220º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC5D9 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 197 | 217 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.15 |
| HSL | 220º | 0.28% | 0.79% | - |
| HSV(B) | 220º | 0.14% | 0.85% | - |
| XYZ | 52.98 | 55.51 | 73.57 | - |
| YUV | 196.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 217 | 0.14 | 0.09 | 0 | 0.15 | 220 | 0.28 | 0.79 |
| Hex | BB | C5 | D9 | E | 9 | 0 | F | DC | 1C | 4F |
| Octal | 273 | 305 | 331 | 16 | 11 | 0 | 17 | 334 | 34 | 117 |
| Binary | 10111011 | 11000101 | 11011001 | 1110 | 1001 | 0 | 1111 | 11011100 | 11100 | 1001111 |
Color Harmonies of #BBC5D9
Complementary color
Monochromatic Colors of #BBC5D9
Black with #BBC5D9
Text Example
Text Example
White with #BBC5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D9; }
p { color: rgb(187,197,217); }
H1.HeaderClassName
{
color: #BBC5D9;
}
.AnyTagClassName
{
color: #BBC5D9;
}
</style>
background-color css
<style>
a { background-color: #BBC5D9; }
a { background-color: rgb(187,197,217); }
div.DivClassName
{
background-color: #BBC5D9;
}
.BgClassName
{
background-color: #BBC5D9;
}
</style>
border-color css
<style>
span { border-color: #BBC5D9; }
span { border-color: rgb(187,197,217); }
td.TdClassName
{
border-color: #BBC5D9;
}
.TagClassName
{
border-color: #BBC5D9;
}
</style>