Shades of Spindle #BBC6D5
Tints of Spindle #BBC6D5
RGB
CMYK
RGB Variations
Color information
#BBC6D5 (or 0xBBC6D5) is known color: Spindle. HEX triplet: BB, C6 and D5. RGB value is (187,198,213). Sum of RGB (Red+Green+Blue) = 187+198+213=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D5 is #44392A. Grayscale: #C4C4C4. Windows color (decimal): -4471083 or 14010043. OLE color: 14010043.
HSL color Cylindrical-coordinate representation of color #BBC6D5: hue angle of 214.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC6D5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 198 | 213 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.16 |
| HSL | 214.62º | 0.24% | 0.78% | - |
| HSV(B) | 214.62º | 0.12% | 0.84% | - |
| XYZ | 52.7 | 55.76 | 70.94 | - |
| YUV | 196.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 213 | 0.12 | 0.07 | 0 | 0.16 | 214.62 | 0.24 | 0.78 |
| Hex | BB | C6 | D5 | C | 7 | 0 | 10 | D7 | 18 | 4E |
| Octal | 273 | 306 | 325 | 14 | 7 | 0 | 20 | 327 | 30 | 116 |
| Binary | 10111011 | 11000110 | 11010101 | 1100 | 111 | 0 | 10000 | 11010111 | 11000 | 1001110 |
Color Harmonies of #BBC6D5
Complementary color
Monochromatic Colors of #BBC6D5
Black with #BBC6D5
Text Example
Text Example
White with #BBC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6D5; }
p { color: rgb(187,198,213); }
H1.HeaderClassName
{
color: #BBC6D5;
}
.AnyTagClassName
{
color: #BBC6D5;
}
</style>
background-color css
<style>
a { background-color: #BBC6D5; }
a { background-color: rgb(187,198,213); }
div.DivClassName
{
background-color: #BBC6D5;
}
.BgClassName
{
background-color: #BBC6D5;
}
</style>
border-color css
<style>
span { border-color: #BBC6D5; }
span { border-color: rgb(187,198,213); }
td.TdClassName
{
border-color: #BBC6D5;
}
.TagClassName
{
border-color: #BBC6D5;
}
</style>