Shades of Spindle #BACBD6
Tints of Spindle #BACBD6
RGB
CMYK
RGB Variations
Color information
#BACBD6 (or 0xBACBD6) is known color: Spindle. HEX triplet: BA, CB and D6. RGB value is (186,203,214). Sum of RGB (Red+Green+Blue) = 186+203+214=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #BACBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD6 is #453429. Grayscale: #C7C7C7. Windows color (decimal): -4535338 or 14076858. OLE color: 14076858.
HSL color Cylindrical-coordinate representation of color #BACBD6: hue angle of 203.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACBD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 203 | 214 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.16 |
| HSL | 203.57º | 0.25% | 0.78% | - |
| HSV(B) | 203.57º | 0.13% | 0.84% | - |
| XYZ | 53.74 | 58.01 | 71.98 | - |
| YUV | 199.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 214 | 0.13 | 0.05 | 0 | 0.16 | 203.57 | 0.25 | 0.78 |
| Hex | BA | CB | D6 | D | 5 | 0 | 10 | CC | 19 | 4E |
| Octal | 272 | 313 | 326 | 15 | 5 | 0 | 20 | 314 | 31 | 116 |
| Binary | 10111010 | 11001011 | 11010110 | 1101 | 101 | 0 | 10000 | 11001100 | 11001 | 1001110 |
Color Harmonies of #BACBD6
Complementary color
Monochromatic Colors of #BACBD6
Black with #BACBD6
Text Example
Text Example
White with #BACBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBD6; }
p { color: rgb(186,203,214); }
H1.HeaderClassName
{
color: #BACBD6;
}
.AnyTagClassName
{
color: #BACBD6;
}
</style>
background-color css
<style>
a { background-color: #BACBD6; }
a { background-color: rgb(186,203,214); }
div.DivClassName
{
background-color: #BACBD6;
}
.BgClassName
{
background-color: #BACBD6;
}
</style>
border-color css
<style>
span { border-color: #BACBD6; }
span { border-color: rgb(186,203,214); }
td.TdClassName
{
border-color: #BACBD6;
}
.TagClassName
{
border-color: #BACBD6;
}
</style>