Shades of Spindle #BBC7D8
Tints of Spindle #BBC7D8
RGB
CMYK
RGB Variations
Color information
#BBC7D8 (or 0xBBC7D8) is known color: Spindle. HEX triplet: BB, C7 and D8. RGB value is (187,199,216). Sum of RGB (Red+Green+Blue) = 187+199+216=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D8 is #443827. Grayscale: #C5C5C5. Windows color (decimal): -4470824 or 14206907. OLE color: 14206907.
HSL color Cylindrical-coordinate representation of color #BBC7D8: hue angle of 215.17º 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 #BBC7D8 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 199 | 216 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.15 |
| HSL | 215.17º | 0.27% | 0.79% | - |
| HSV(B) | 215.17º | 0.13% | 0.85% | - |
| XYZ | 53.31 | 56.37 | 73.04 | - |
| YUV | 197.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 216 | 0.13 | 0.08 | 0 | 0.15 | 215.17 | 0.27 | 0.79 |
| Hex | BB | C7 | D8 | D | 8 | 0 | F | D7 | 1B | 4F |
| Octal | 273 | 307 | 330 | 15 | 10 | 0 | 17 | 327 | 33 | 117 |
| Binary | 10111011 | 11000111 | 11011000 | 1101 | 1000 | 0 | 1111 | 11010111 | 11011 | 1001111 |
Color Harmonies of #BBC7D8
Complementary color
Monochromatic Colors of #BBC7D8
Black with #BBC7D8
Text Example
Text Example
White with #BBC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D8; }
p { color: rgb(187,199,216); }
H1.HeaderClassName
{
color: #BBC7D8;
}
.AnyTagClassName
{
color: #BBC7D8;
}
</style>
background-color css
<style>
a { background-color: #BBC7D8; }
a { background-color: rgb(187,199,216); }
div.DivClassName
{
background-color: #BBC7D8;
}
.BgClassName
{
background-color: #BBC7D8;
}
</style>
border-color css
<style>
span { border-color: #BBC7D8; }
span { border-color: rgb(187,199,216); }
td.TdClassName
{
border-color: #BBC7D8;
}
.TagClassName
{
border-color: #BBC7D8;
}
</style>