Shades of Spindle #BBC1CF
Tints of Spindle #BBC1CF
RGB
CMYK
RGB Variations
Color information
#BBC1CF (or 0xBBC1CF) is known color: Spindle. HEX triplet: BB, C1 and CF. RGB value is (187,193,207). Sum of RGB (Red+Green+Blue) = 187+193+207=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CF is #443E30. Grayscale: #C0C0C0. Windows color (decimal): -4472369 or 13615547. OLE color: 13615547.
HSL color Cylindrical-coordinate representation of color #BBC1CF: hue angle of 222º 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 #BBC1CF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 193 | 207 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.19 |
| HSL | 222º | 0.17% | 0.77% | - |
| HSV(B) | 222º | 0.1% | 0.81% | - |
| XYZ | 50.83 | 53.21 | 66.62 | - |
| YUV | 192.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 207 | 0.10 | 0.07 | 0 | 0.19 | 222 | 0.17 | 0.77 |
| Hex | BB | C1 | CF | A | 7 | 0 | 13 | DE | 11 | 4D |
| Octal | 273 | 301 | 317 | 12 | 7 | 0 | 23 | 336 | 21 | 115 |
| Binary | 10111011 | 11000001 | 11001111 | 1010 | 111 | 0 | 10011 | 11011110 | 10001 | 1001101 |
Color Harmonies of #BBC1CF
Complementary color
Monochromatic Colors of #BBC1CF
Black with #BBC1CF
Text Example
Text Example
White with #BBC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1CF; }
p { color: rgb(187,193,207); }
H1.HeaderClassName
{
color: #BBC1CF;
}
.AnyTagClassName
{
color: #BBC1CF;
}
</style>
background-color css
<style>
a { background-color: #BBC1CF; }
a { background-color: rgb(187,193,207); }
div.DivClassName
{
background-color: #BBC1CF;
}
.BgClassName
{
background-color: #BBC1CF;
}
</style>
border-color css
<style>
span { border-color: #BBC1CF; }
span { border-color: rgb(187,193,207); }
td.TdClassName
{
border-color: #BBC1CF;
}
.TagClassName
{
border-color: #BBC1CF;
}
</style>