Shades of Spindle #BBC8D9
Tints of Spindle #BBC8D9
RGB
CMYK
RGB Variations
Color information
#BBC8D9 (or 0xBBC8D9) is known color: Spindle. HEX triplet: BB, C8 and D9. RGB value is (187,200,217). Sum of RGB (Red+Green+Blue) = 187+200+217=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D9 is #443726. Grayscale: #C5C5C5. Windows color (decimal): -4470567 or 14272699. OLE color: 14272699.
HSL color Cylindrical-coordinate representation of color #BBC8D9: hue angle of 214º 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 #BBC8D9 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 200 | 217 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.15 |
| HSL | 214º | 0.28% | 0.79% | - |
| HSV(B) | 214º | 0.14% | 0.85% | - |
| XYZ | 53.67 | 56.88 | 73.8 | - |
| YUV | 198.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 217 | 0.14 | 0.08 | 0 | 0.15 | 214 | 0.28 | 0.79 |
| Hex | BB | C8 | D9 | E | 8 | 0 | F | D6 | 1C | 4F |
| Octal | 273 | 310 | 331 | 16 | 10 | 0 | 17 | 326 | 34 | 117 |
| Binary | 10111011 | 11001000 | 11011001 | 1110 | 1000 | 0 | 1111 | 11010110 | 11100 | 1001111 |
Color Harmonies of #BBC8D9
Complementary color
Monochromatic Colors of #BBC8D9
Black with #BBC8D9
Text Example
Text Example
White with #BBC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8D9; }
p { color: rgb(187,200,217); }
H1.HeaderClassName
{
color: #BBC8D9;
}
.AnyTagClassName
{
color: #BBC8D9;
}
</style>
background-color css
<style>
a { background-color: #BBC8D9; }
a { background-color: rgb(187,200,217); }
div.DivClassName
{
background-color: #BBC8D9;
}
.BgClassName
{
background-color: #BBC8D9;
}
</style>
border-color css
<style>
span { border-color: #BBC8D9; }
span { border-color: rgb(187,200,217); }
td.TdClassName
{
border-color: #BBC8D9;
}
.TagClassName
{
border-color: #BBC8D9;
}
</style>