Shades of Spindle #BBC6CF
Tints of Spindle #BBC6CF
RGB
CMYK
RGB Variations
Color information
#BBC6CF (or 0xBBC6CF) is known color: Spindle. HEX triplet: BB, C6 and CF. RGB value is (187,198,207). Sum of RGB (Red+Green+Blue) = 187+198+207=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CF is #443930. Grayscale: #C3C3C3. Windows color (decimal): -4471089 or 13616827. OLE color: 13616827.
HSL color Cylindrical-coordinate representation of color #BBC6CF: hue angle of 207º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC6CF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 198 | 207 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.19 |
| HSL | 207º | 0.17% | 0.77% | - |
| HSV(B) | 207º | 0.1% | 0.81% | - |
| XYZ | 51.95 | 55.46 | 67 | - |
| YUV | 195.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 207 | 0.10 | 0.04 | 0 | 0.19 | 207 | 0.17 | 0.77 |
| Hex | BB | C6 | CF | A | 4 | 0 | 13 | CF | 11 | 4D |
| Octal | 273 | 306 | 317 | 12 | 4 | 0 | 23 | 317 | 21 | 115 |
| Binary | 10111011 | 11000110 | 11001111 | 1010 | 100 | 0 | 10011 | 11001111 | 10001 | 1001101 |
Color Harmonies of #BBC6CF
Complementary color
Monochromatic Colors of #BBC6CF
Black with #BBC6CF
Text Example
Text Example
White with #BBC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6CF; }
p { color: rgb(187,198,207); }
H1.HeaderClassName
{
color: #BBC6CF;
}
.AnyTagClassName
{
color: #BBC6CF;
}
</style>
background-color css
<style>
a { background-color: #BBC6CF; }
a { background-color: rgb(187,198,207); }
div.DivClassName
{
background-color: #BBC6CF;
}
.BgClassName
{
background-color: #BBC6CF;
}
</style>
border-color css
<style>
span { border-color: #BBC6CF; }
span { border-color: rgb(187,198,207); }
td.TdClassName
{
border-color: #BBC6CF;
}
.TagClassName
{
border-color: #BBC6CF;
}
</style>