Shades of Spindle #BBC9D5
Tints of Spindle #BBC9D5
RGB
CMYK
RGB Variations
Color information
#BBC9D5 (or 0xBBC9D5) is known color: Spindle. HEX triplet: BB, C9 and D5. RGB value is (187,201,213). Sum of RGB (Red+Green+Blue) = 187+201+213=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9D5 is #44362A. Grayscale: #C6C6C6. Windows color (decimal): -4470315 or 14010811. OLE color: 14010811.
HSL color Cylindrical-coordinate representation of color #BBC9D5: hue angle of 207.69º 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 #BBC9D5 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 201 | 213 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.16 |
| HSL | 207.69º | 0.24% | 0.78% | - |
| HSV(B) | 207.69º | 0.12% | 0.84% | - |
| XYZ | 53.39 | 57.14 | 71.17 | - |
| YUV | 198.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 213 | 0.12 | 0.06 | 0 | 0.16 | 207.69 | 0.24 | 0.78 |
| Hex | BB | C9 | D5 | C | 6 | 0 | 10 | D0 | 18 | 4E |
| Octal | 273 | 311 | 325 | 14 | 6 | 0 | 20 | 320 | 30 | 116 |
| Binary | 10111011 | 11001001 | 11010101 | 1100 | 110 | 0 | 10000 | 11010000 | 11000 | 1001110 |
Color Harmonies of #BBC9D5
Complementary color
Monochromatic Colors of #BBC9D5
Black with #BBC9D5
Text Example
Text Example
White with #BBC9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9D5; }
p { color: rgb(187,201,213); }
H1.HeaderClassName
{
color: #BBC9D5;
}
.AnyTagClassName
{
color: #BBC9D5;
}
</style>
background-color css
<style>
a { background-color: #BBC9D5; }
a { background-color: rgb(187,201,213); }
div.DivClassName
{
background-color: #BBC9D5;
}
.BgClassName
{
background-color: #BBC9D5;
}
</style>
border-color css
<style>
span { border-color: #BBC9D5; }
span { border-color: rgb(187,201,213); }
td.TdClassName
{
border-color: #BBC9D5;
}
.TagClassName
{
border-color: #BBC9D5;
}
</style>