Shades of Spindle #BBC7D0
Tints of Spindle #BBC7D0
RGB
CMYK
RGB Variations
Color information
#BBC7D0 (or 0xBBC7D0) is known color: Spindle. HEX triplet: BB, C7 and D0. RGB value is (187,199,208). Sum of RGB (Red+Green+Blue) = 187+199+208=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7D0 is #44382F. Grayscale: #C4C4C4. Windows color (decimal): -4470832 or 13682619. OLE color: 13682619.
HSL color Cylindrical-coordinate representation of color #BBC7D0: hue angle of 205.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC7D0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 199 | 208 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.18 |
| HSL | 205.71º | 0.18% | 0.77% | - |
| HSV(B) | 205.71º | 0.1% | 0.82% | - |
| XYZ | 52.3 | 55.97 | 67.72 | - |
| YUV | 196.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 208 | 0.10 | 0.04 | 0 | 0.18 | 205.71 | 0.18 | 0.77 |
| Hex | BB | C7 | D0 | A | 4 | 0 | 12 | CE | 12 | 4D |
| Octal | 273 | 307 | 320 | 12 | 4 | 0 | 22 | 316 | 22 | 115 |
| Binary | 10111011 | 11000111 | 11010000 | 1010 | 100 | 0 | 10010 | 11001110 | 10010 | 1001101 |
Color Harmonies of #BBC7D0
Complementary color
Monochromatic Colors of #BBC7D0
Black with #BBC7D0
Text Example
Text Example
White with #BBC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7D0; }
p { color: rgb(187,199,208); }
H1.HeaderClassName
{
color: #BBC7D0;
}
.AnyTagClassName
{
color: #BBC7D0;
}
</style>
background-color css
<style>
a { background-color: #BBC7D0; }
a { background-color: rgb(187,199,208); }
div.DivClassName
{
background-color: #BBC7D0;
}
.BgClassName
{
background-color: #BBC7D0;
}
</style>
border-color css
<style>
span { border-color: #BBC7D0; }
span { border-color: rgb(187,199,208); }
td.TdClassName
{
border-color: #BBC7D0;
}
.TagClassName
{
border-color: #BBC7D0;
}
</style>