Shades of Spindle #BBC9D8
Tints of Spindle #BBC9D8
RGB
CMYK
RGB Variations
Color information
#BBC9D8 (or 0xBBC9D8) is known color: Spindle. HEX triplet: BB, C9 and D8. RGB value is (187,201,216). Sum of RGB (Red+Green+Blue) = 187+201+216=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBC9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9D8 is #443627. Grayscale: #C6C6C6. Windows color (decimal): -4470312 or 14207419. OLE color: 14207419.
HSL color Cylindrical-coordinate representation of color #BBC9D8: hue angle of 211.03º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBC9D8 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 201 | 216 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.15 |
| HSL | 211.03º | 0.27% | 0.79% | - |
| HSV(B) | 211.03º | 0.13% | 0.85% | - |
| XYZ | 53.77 | 57.3 | 73.19 | - |
| YUV | 198.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 216 | 0.13 | 0.07 | 0 | 0.15 | 211.03 | 0.27 | 0.79 |
| Hex | BB | C9 | D8 | D | 7 | 0 | F | D3 | 1B | 4F |
| Octal | 273 | 311 | 330 | 15 | 7 | 0 | 17 | 323 | 33 | 117 |
| Binary | 10111011 | 11001001 | 11011000 | 1101 | 111 | 0 | 1111 | 11010011 | 11011 | 1001111 |
Color Harmonies of #BBC9D8
Complementary color
Monochromatic Colors of #BBC9D8
Black with #BBC9D8
Text Example
Text Example
White with #BBC9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9D8; }
p { color: rgb(187,201,216); }
H1.HeaderClassName
{
color: #BBC9D8;
}
.AnyTagClassName
{
color: #BBC9D8;
}
</style>
background-color css
<style>
a { background-color: #BBC9D8; }
a { background-color: rgb(187,201,216); }
div.DivClassName
{
background-color: #BBC9D8;
}
.BgClassName
{
background-color: #BBC9D8;
}
</style>
border-color css
<style>
span { border-color: #BBC9D8; }
span { border-color: rgb(187,201,216); }
td.TdClassName
{
border-color: #BBC9D8;
}
.TagClassName
{
border-color: #BBC9D8;
}
</style>