Shades of Spindle #BBC5D7
Tints of Spindle #BBC5D7
RGB
CMYK
RGB Variations
Color information
#BBC5D7 (or 0xBBC5D7) is known color: Spindle. HEX triplet: BB, C5 and D7. RGB value is (187,197,215). Sum of RGB (Red+Green+Blue) = 187+197+215=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D7 is #443A28. Grayscale: #C3C3C3. Windows color (decimal): -4471337 or 14140859. OLE color: 14140859.
HSL color Cylindrical-coordinate representation of color #BBC5D7: hue angle of 218.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC5D7 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 197 | 215 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.16 |
| HSL | 218.57º | 0.26% | 0.79% | - |
| HSV(B) | 218.57º | 0.13% | 0.84% | - |
| XYZ | 52.73 | 55.4 | 72.21 | - |
| YUV | 196.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 215 | 0.13 | 0.08 | 0 | 0.16 | 218.57 | 0.26 | 0.79 |
| Hex | BB | C5 | D7 | D | 8 | 0 | 10 | DB | 1A | 4F |
| Octal | 273 | 305 | 327 | 15 | 10 | 0 | 20 | 333 | 32 | 117 |
| Binary | 10111011 | 11000101 | 11010111 | 1101 | 1000 | 0 | 10000 | 11011011 | 11010 | 1001111 |
Color Harmonies of #BBC5D7
Complementary color
Monochromatic Colors of #BBC5D7
Black with #BBC5D7
Text Example
Text Example
White with #BBC5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D7; }
p { color: rgb(187,197,215); }
H1.HeaderClassName
{
color: #BBC5D7;
}
.AnyTagClassName
{
color: #BBC5D7;
}
</style>
background-color css
<style>
a { background-color: #BBC5D7; }
a { background-color: rgb(187,197,215); }
div.DivClassName
{
background-color: #BBC5D7;
}
.BgClassName
{
background-color: #BBC5D7;
}
</style>
border-color css
<style>
span { border-color: #BBC5D7; }
span { border-color: rgb(187,197,215); }
td.TdClassName
{
border-color: #BBC5D7;
}
.TagClassName
{
border-color: #BBC5D7;
}
</style>