Shades of Spindle #BBC9DB
Tints of Spindle #BBC9DB
RGB
CMYK
RGB Variations
Color information
#BBC9DB (or 0xBBC9DB) is known color: Spindle. HEX triplet: BB, C9 and DB. RGB value is (187,201,219). Sum of RGB (Red+Green+Blue) = 187+201+219=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DB is #443624. Grayscale: #C6C6C6. Windows color (decimal): -4470309 or 14404027. OLE color: 14404027.
HSL color Cylindrical-coordinate representation of color #BBC9DB: hue angle of 213.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC9DB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 201 | 219 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.14 |
| HSL | 213.75º | 0.31% | 0.8% | - |
| HSV(B) | 213.75º | 0.15% | 0.86% | - |
| XYZ | 54.17 | 57.45 | 75.25 | - |
| YUV | 198.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 219 | 0.15 | 0.08 | 0 | 0.14 | 213.75 | 0.31 | 0.8 |
| Hex | BB | C9 | DB | F | 8 | 0 | E | D6 | 1F | 50 |
| Octal | 273 | 311 | 333 | 17 | 10 | 0 | 16 | 326 | 37 | 120 |
| Binary | 10111011 | 11001001 | 11011011 | 1111 | 1000 | 0 | 1110 | 11010110 | 11111 | 1010000 |
Color Harmonies of #BBC9DB
Complementary color
Monochromatic Colors of #BBC9DB
Black with #BBC9DB
Text Example
Text Example
White with #BBC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9DB; }
p { color: rgb(187,201,219); }
H1.HeaderClassName
{
color: #BBC9DB;
}
.AnyTagClassName
{
color: #BBC9DB;
}
</style>
background-color css
<style>
a { background-color: #BBC9DB; }
a { background-color: rgb(187,201,219); }
div.DivClassName
{
background-color: #BBC9DB;
}
.BgClassName
{
background-color: #BBC9DB;
}
</style>
border-color css
<style>
span { border-color: #BBC9DB; }
span { border-color: rgb(187,201,219); }
td.TdClassName
{
border-color: #BBC9DB;
}
.TagClassName
{
border-color: #BBC9DB;
}
</style>