Shades of Spindle #BBC8D5
Tints of Spindle #BBC8D5
RGB
CMYK
RGB Variations
Color information
#BBC8D5 (or 0xBBC8D5) is known color: Spindle. HEX triplet: BB, C8 and D5. RGB value is (187,200,213). Sum of RGB (Red+Green+Blue) = 187+200+213=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D5 is #44372A. Grayscale: #C5C5C5. Windows color (decimal): -4470571 or 14010555. OLE color: 14010555.
HSL color Cylindrical-coordinate representation of color #BBC8D5: hue angle of 210º 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 #BBC8D5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 200 | 213 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.16 |
| HSL | 210º | 0.24% | 0.78% | - |
| HSV(B) | 210º | 0.12% | 0.84% | - |
| XYZ | 53.16 | 56.68 | 71.09 | - |
| YUV | 197.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 213 | 0.12 | 0.06 | 0 | 0.16 | 210 | 0.24 | 0.78 |
| Hex | BB | C8 | D5 | C | 6 | 0 | 10 | D2 | 18 | 4E |
| Octal | 273 | 310 | 325 | 14 | 6 | 0 | 20 | 322 | 30 | 116 |
| Binary | 10111011 | 11001000 | 11010101 | 1100 | 110 | 0 | 10000 | 11010010 | 11000 | 1001110 |
Color Harmonies of #BBC8D5
Complementary color
Monochromatic Colors of #BBC8D5
Black with #BBC8D5
Text Example
Text Example
White with #BBC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8D5; }
p { color: rgb(187,200,213); }
H1.HeaderClassName
{
color: #BBC8D5;
}
.AnyTagClassName
{
color: #BBC8D5;
}
</style>
background-color css
<style>
a { background-color: #BBC8D5; }
a { background-color: rgb(187,200,213); }
div.DivClassName
{
background-color: #BBC8D5;
}
.BgClassName
{
background-color: #BBC8D5;
}
</style>
border-color css
<style>
span { border-color: #BBC8D5; }
span { border-color: rgb(187,200,213); }
td.TdClassName
{
border-color: #BBC8D5;
}
.TagClassName
{
border-color: #BBC8D5;
}
</style>