Shades of Spindle #BBC5D5
Tints of Spindle #BBC5D5
RGB
CMYK
RGB Variations
Color information
#BBC5D5 (or 0xBBC5D5) is known color: Spindle. HEX triplet: BB, C5 and D5. RGB value is (187,197,213). Sum of RGB (Red+Green+Blue) = 187+197+213=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5D5 is #443A2A. Grayscale: #C3C3C3. Windows color (decimal): -4471339 or 14009787. OLE color: 14009787.
HSL color Cylindrical-coordinate representation of color #BBC5D5: hue angle of 216.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC5D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 197 | 213 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.16 |
| HSL | 216.92º | 0.24% | 0.78% | - |
| HSV(B) | 216.92º | 0.12% | 0.84% | - |
| XYZ | 52.47 | 55.3 | 70.86 | - |
| YUV | 195.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 213 | 0.12 | 0.08 | 0 | 0.16 | 216.92 | 0.24 | 0.78 |
| Hex | BB | C5 | D5 | C | 8 | 0 | 10 | D9 | 18 | 4E |
| Octal | 273 | 305 | 325 | 14 | 10 | 0 | 20 | 331 | 30 | 116 |
| Binary | 10111011 | 11000101 | 11010101 | 1100 | 1000 | 0 | 10000 | 11011001 | 11000 | 1001110 |
Color Harmonies of #BBC5D5
Complementary color
Monochromatic Colors of #BBC5D5
Black with #BBC5D5
Text Example
Text Example
White with #BBC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5D5; }
p { color: rgb(187,197,213); }
H1.HeaderClassName
{
color: #BBC5D5;
}
.AnyTagClassName
{
color: #BBC5D5;
}
</style>
background-color css
<style>
a { background-color: #BBC5D5; }
a { background-color: rgb(187,197,213); }
div.DivClassName
{
background-color: #BBC5D5;
}
.BgClassName
{
background-color: #BBC5D5;
}
</style>
border-color css
<style>
span { border-color: #BBC5D5; }
span { border-color: rgb(187,197,213); }
td.TdClassName
{
border-color: #BBC5D5;
}
.TagClassName
{
border-color: #BBC5D5;
}
</style>