Shades of Spindle #BACBDB
Tints of Spindle #BACBDB
RGB
CMYK
RGB Variations
Color information
#BACBDB (or 0xBACBDB) is known color: Spindle. HEX triplet: BA, CB and DB. RGB value is (186,203,219). Sum of RGB (Red+Green+Blue) = 186+203+219=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BACBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBDB is #453424. Grayscale: #C7C7C7. Windows color (decimal): -4535333 or 14404538. OLE color: 14404538.
HSL color Cylindrical-coordinate representation of color #BACBDB: hue angle of 209.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACBDB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 203 | 219 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.14 |
| HSL | 209.09º | 0.31% | 0.79% | - |
| HSV(B) | 209.09º | 0.15% | 0.86% | - |
| XYZ | 54.39 | 58.27 | 75.4 | - |
| YUV | 199.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 219 | 0.15 | 0.07 | 0 | 0.14 | 209.09 | 0.31 | 0.79 |
| Hex | BA | CB | DB | F | 7 | 0 | E | D1 | 1F | 4F |
| Octal | 272 | 313 | 333 | 17 | 7 | 0 | 16 | 321 | 37 | 117 |
| Binary | 10111010 | 11001011 | 11011011 | 1111 | 111 | 0 | 1110 | 11010001 | 11111 | 1001111 |
Color Harmonies of #BACBDB
Complementary color
Monochromatic Colors of #BACBDB
Black with #BACBDB
Text Example
Text Example
White with #BACBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBDB; }
p { color: rgb(186,203,219); }
H1.HeaderClassName
{
color: #BACBDB;
}
.AnyTagClassName
{
color: #BACBDB;
}
</style>
background-color css
<style>
a { background-color: #BACBDB; }
a { background-color: rgb(186,203,219); }
div.DivClassName
{
background-color: #BACBDB;
}
.BgClassName
{
background-color: #BACBDB;
}
</style>
border-color css
<style>
span { border-color: #BACBDB; }
span { border-color: rgb(186,203,219); }
td.TdClassName
{
border-color: #BACBDB;
}
.TagClassName
{
border-color: #BACBDB;
}
</style>