Shades of Spindle #BBC9D9
Tints of Spindle #BBC9D9
RGB
CMYK
RGB Variations
Color information
#BBC9D9 (or 0xBBC9D9) is known color: Spindle. HEX triplet: BB, C9 and D9. RGB value is (187,201,217). Sum of RGB (Red+Green+Blue) = 187+201+217=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9D9 is #443626. Grayscale: #C6C6C6. Windows color (decimal): -4470311 or 14272955. OLE color: 14272955.
HSL color Cylindrical-coordinate representation of color #BBC9D9: hue angle of 212º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC9D9 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 201 | 217 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.15 |
| HSL | 212º | 0.28% | 0.79% | - |
| HSV(B) | 212º | 0.14% | 0.85% | - |
| XYZ | 53.9 | 57.35 | 73.87 | - |
| YUV | 198.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 217 | 0.14 | 0.07 | 0 | 0.15 | 212 | 0.28 | 0.79 |
| Hex | BB | C9 | D9 | E | 7 | 0 | F | D4 | 1C | 4F |
| Octal | 273 | 311 | 331 | 16 | 7 | 0 | 17 | 324 | 34 | 117 |
| Binary | 10111011 | 11001001 | 11011001 | 1110 | 111 | 0 | 1111 | 11010100 | 11100 | 1001111 |
Color Harmonies of #BBC9D9
Complementary color
Monochromatic Colors of #BBC9D9
Black with #BBC9D9
Text Example
Text Example
White with #BBC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9D9; }
p { color: rgb(187,201,217); }
H1.HeaderClassName
{
color: #BBC9D9;
}
.AnyTagClassName
{
color: #BBC9D9;
}
</style>
background-color css
<style>
a { background-color: #BBC9D9; }
a { background-color: rgb(187,201,217); }
div.DivClassName
{
background-color: #BBC9D9;
}
.BgClassName
{
background-color: #BBC9D9;
}
</style>
border-color css
<style>
span { border-color: #BBC9D9; }
span { border-color: rgb(187,201,217); }
td.TdClassName
{
border-color: #BBC9D9;
}
.TagClassName
{
border-color: #BBC9D9;
}
</style>