Shades of Spindle #BBC6DB
Tints of Spindle #BBC6DB
RGB
CMYK
RGB Variations
Color information
#BBC6DB (or 0xBBC6DB) is known color: Spindle. HEX triplet: BB, C6 and DB. RGB value is (187,198,219). Sum of RGB (Red+Green+Blue) = 187+198+219=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 198 (77.73% from 255 or 32.78% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6DB is #443924. Grayscale: #C5C5C5. Windows color (decimal): -4471077 or 14403259. OLE color: 14403259.
HSL color Cylindrical-coordinate representation of color #BBC6DB: hue angle of 219.38º 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 #BBC6DB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 198 | 219 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.14 |
| HSL | 219.38º | 0.31% | 0.8% | - |
| HSV(B) | 219.38º | 0.15% | 0.86% | - |
| XYZ | 53.47 | 56.07 | 75.02 | - |
| YUV | 197.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 219 | 0.15 | 0.10 | 0 | 0.14 | 219.38 | 0.31 | 0.8 |
| Hex | BB | C6 | DB | F | A | 0 | E | DB | 1F | 50 |
| Octal | 273 | 306 | 333 | 17 | 12 | 0 | 16 | 333 | 37 | 120 |
| Binary | 10111011 | 11000110 | 11011011 | 1111 | 1010 | 0 | 1110 | 11011011 | 11111 | 1010000 |
Color Harmonies of #BBC6DB
Complementary color
Monochromatic Colors of #BBC6DB
Black with #BBC6DB
Text Example
Text Example
White with #BBC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6DB; }
p { color: rgb(187,198,219); }
H1.HeaderClassName
{
color: #BBC6DB;
}
.AnyTagClassName
{
color: #BBC6DB;
}
</style>
background-color css
<style>
a { background-color: #BBC6DB; }
a { background-color: rgb(187,198,219); }
div.DivClassName
{
background-color: #BBC6DB;
}
.BgClassName
{
background-color: #BBC6DB;
}
</style>
border-color css
<style>
span { border-color: #BBC6DB; }
span { border-color: rgb(187,198,219); }
td.TdClassName
{
border-color: #BBC6DB;
}
.TagClassName
{
border-color: #BBC6DB;
}
</style>