Shades of Spindle #BBC6D0
Tints of Spindle #BBC6D0
RGB
CMYK
RGB Variations
Color information
#BBC6D0 (or 0xBBC6D0) is known color: Spindle. HEX triplet: BB, C6 and D0. RGB value is (187,198,208). Sum of RGB (Red+Green+Blue) = 187+198+208=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D0 is #44392F. Grayscale: #C3C3C3. Windows color (decimal): -4471088 or 13682363. OLE color: 13682363.
HSL color Cylindrical-coordinate representation of color #BBC6D0: hue angle of 208.57º 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 #BBC6D0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 198 | 208 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.18 |
| HSL | 208.57º | 0.18% | 0.77% | - |
| HSV(B) | 208.57º | 0.1% | 0.82% | - |
| XYZ | 52.07 | 55.51 | 67.64 | - |
| YUV | 195.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 208 | 0.10 | 0.05 | 0 | 0.18 | 208.57 | 0.18 | 0.77 |
| Hex | BB | C6 | D0 | A | 5 | 0 | 12 | D1 | 12 | 4D |
| Octal | 273 | 306 | 320 | 12 | 5 | 0 | 22 | 321 | 22 | 115 |
| Binary | 10111011 | 11000110 | 11010000 | 1010 | 101 | 0 | 10010 | 11010001 | 10010 | 1001101 |
Color Harmonies of #BBC6D0
Complementary color
Monochromatic Colors of #BBC6D0
Black with #BBC6D0
Text Example
Text Example
White with #BBC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6D0; }
p { color: rgb(187,198,208); }
H1.HeaderClassName
{
color: #BBC6D0;
}
.AnyTagClassName
{
color: #BBC6D0;
}
</style>
background-color css
<style>
a { background-color: #BBC6D0; }
a { background-color: rgb(187,198,208); }
div.DivClassName
{
background-color: #BBC6D0;
}
.BgClassName
{
background-color: #BBC6D0;
}
</style>
border-color css
<style>
span { border-color: #BBC6D0; }
span { border-color: rgb(187,198,208); }
td.TdClassName
{
border-color: #BBC6D0;
}
.TagClassName
{
border-color: #BBC6D0;
}
</style>